boringssl/crypto/newhope
David Benjamin 54091230cd Use C99 for size_t loops.
This was done just by grepping for 'size_t i;' and 'size_t j;'. I left
everything in crypto/x509 and friends alone.

There's some instances in gcm.c that are non-trivial and pulled into a
separate CL for ease of review.

Change-Id: I6515804e3097f7e90855f1e7610868ee87117223
Reviewed-on: https://boringssl-review.googlesource.com/10801
Reviewed-by: Adam Langley <agl@google.com>
Commit-Queue: Adam Langley <agl@google.com>
CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
2016-09-12 19:44:24 +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 Replace Scoped* heap types with bssl::UniquePtr. 2016-09-01 22:22:54 +00:00
newhope_test.cc Replace Scoped* heap types with bssl::UniquePtr. 2016-09-01 22:22:54 +00:00
newhope_tests.txt Be consistent about 𝑥_tests.txt 2016-06-06 15:57:46 +00:00
newhope_vectors_test.cc Replace Scoped* heap types with bssl::UniquePtr. 2016-09-01 22:22:54 +00:00
newhope.c newhope: restore statistical tests. 2016-06-03 21:26:18 +00:00
ntt.c
poly.c Use C99 for size_t loops. 2016-09-12 19:44:24 +00:00
precomp.c
reduce.c