boringssl/crypto/newhope
David Benjamin dbec90b623 Sort out signedness issues.
Windows is, not unreasonably, complaining that taking abs() of an unsigned is
ridiculous. But these values actually are signed and fit very easily in an int
anyway.

Change-Id: I34fecaaa3616732112e3eea105a7c84bd9cd0bae
Reviewed-on: https://boringssl-review.googlesource.com/8144
Reviewed-by: Adam Langley <agl@google.com>
2016-06-03 22:13:30 +00:00
..
CMakeLists.txt newhope: restore statistical tests. 2016-06-03 21:26:18 +00:00
error_correction.c newhope: refactor and add test vectors. 2016-05-31 21:57:45 +00:00
internal.h newhope: restore statistical tests. 2016-06-03 21:26:18 +00:00
newhope_statistical_test.cc Sort out signedness issues. 2016-06-03 22:13:30 +00:00
newhope_test.c Rename NEWHOPE functions to offer/accept/finish. 2016-05-19 18:17:48 +00:00
newhope_test.txt newhope: improve test vectors. 2016-06-02 19:28:00 +00:00
newhope_vectors_test.cc newhope: improve test vectors. 2016-06-02 19:28:00 +00:00
newhope.c newhope: restore statistical tests. 2016-06-03 21:26:18 +00:00
ntt.c Import `newhope' (post-quantum key exchange). 2016-04-26 22:53:59 +00:00
poly.c newhope: restore statistical tests. 2016-06-03 21:26:18 +00:00
precomp.c Import `newhope' (post-quantum key exchange). 2016-04-26 22:53:59 +00:00
reduce.c Import `newhope' (post-quantum key exchange). 2016-04-26 22:53:59 +00:00