boringssl/ssl/test/runner/newhope
David Benjamin 1c0e1e4a33 Avoid overflow in newhope.go.
Depending on bittedness of the runner, uint16 * uint16 can overflow an int.
There's other computations that can overflow a uint32 as well, so I just made
everything uint64 to avoid thinking about it too much.

Change-Id: Ia3c976987f39f78285c865a2d7688600d73c2514
Reviewed-on: https://boringssl-review.googlesource.com/8193
Reviewed-by: Adam Langley <agl@google.com>
2016-06-08 20:10:48 +00:00
..
newhope_test.go Add ISC license to Go files that were missing a license. 2016-05-20 18:11:38 +00:00
newhope.go Avoid overflow in newhope.go. 2016-06-08 20:10:48 +00:00
reconciliation.go Add ISC license to Go files that were missing a license. 2016-05-20 18:11:38 +00:00