boringssl/crypto/newhope
Adam Langley 09feb0f3d9 Move C++ helpers into |bssl| namespace.
We currently have the situation where the |tool| and |bssl_shim| code
includes scoped_types.h from crypto/test and ssl/test. That's weird and
shouldn't happen. Also, our C++ consumers might quite like to have
access to the scoped types.

Thus this change moves some of the template code to base.h and puts it
all in a |bssl| namespace to prepare for scattering these types into
their respective headers. In order that all the existing test code be
able to access these types, it's all moved into the same namespace.

Change-Id: I3207e29474dc5fcc344ace43119df26dae04eabb
Reviewed-on: https://boringssl-review.googlesource.com/8730
Reviewed-by: David Benjamin <davidben@google.com>
2016-07-11 23:04:52 +00:00
..
CMakeLists.txt newhope_test: corrupt things harder. 2016-06-16 16:41:19 +00:00
error_correction.c newhope: refactor and add test vectors. 2016-05-31 21:57:45 +00:00
internal.h Don't align NEWPOLY_POLY. 2016-06-16 17:48:08 +00:00
newhope_statistical_test.cc Move C++ helpers into |bssl| namespace. 2016-07-11 23:04:52 +00:00
newhope_test.cc Move C++ helpers into |bssl| namespace. 2016-07-11 23:04:52 +00:00
newhope_tests.txt Be consistent about 𝑥_tests.txt 2016-06-06 15:57:46 +00:00
newhope_vectors_test.cc Move C++ helpers into |bssl| namespace. 2016-07-11 23:04:52 +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