boringssl/crypto/hrss
Adam Langley 9700b44ff5 HRSS: omit reconstruction of ciphertext.
In [1], section 5.1, an optimised re-encryption process is given. In the
code, this simplifies to not needing to rebuild the ciphertext at all.

Thanks to John Schanck for pointing this out.

[1] https://eprint.iacr.org/2018/1174.pdf

Change-Id: I807bd509e936b7e82a43e8656444431546e9bbdf
Reviewed-on: https://boringssl-review.googlesource.com/c/33705
Commit-Queue: David Benjamin <davidben@google.com>
Reviewed-by: David Benjamin <davidben@google.com>
2018-12-19 20:09:34 +00:00
..
asm Drop NEON assembly for HRSS. 2018-12-13 17:43:07 +00:00
hrss_test.cc HRSS: omit reconstruction of ciphertext. 2018-12-19 20:09:34 +00:00
hrss.c HRSS: omit reconstruction of ciphertext. 2018-12-19 20:09:34 +00:00
internal.h Add initial HRSS support. 2018-12-12 17:35:02 +00:00