boringssl/crypto/poly1305
Adam Langley e4f96d615c Align the non-vector Poly1305 structure.
The Poly1305 state defined in the header file is just a 512-byte buffer.
The vector code aligns to 64 bytes but the non-vector code did not.
Since we have lots of space to spare, this change causes the non-vector
code to also align to 64 bytes.

Change-Id: I77e26616a709e770d6eb23df47d9e292742625d7
Reviewed-on: https://boringssl-review.googlesource.com/12201
Commit-Queue: Adam Langley <agl@google.com>
Reviewed-by: Adam Langley <agl@google.com>
2016-11-10 22:28:02 +00:00
..
asm Switch perlasm calling convention. 2016-06-27 21:59:26 +00:00
CMakeLists.txt Revert "Enable upstream's Poly1305 code." 2016-03-29 22:47:11 +00:00
internal.h Revert "Enable upstream's Poly1305 code." 2016-03-29 22:47:11 +00:00
poly1305_arm_asm.S Revert "Enable upstream's Poly1305 code." 2016-03-29 22:47:11 +00:00
poly1305_arm.c Revert "Enable upstream's Poly1305 code." 2016-03-29 22:47:11 +00:00
poly1305_test.cc Revert "Move C++ helpers into |bssl| namespace." 2016-07-12 08:09:33 -07:00
poly1305_tests.txt Be consistent about 𝑥_tests.txt 2016-06-06 15:57:46 +00:00
poly1305_vec.c Use UINT64_C instead of unsigned long long integer constant. 2016-04-11 16:08:14 +00:00
poly1305.c Align the non-vector Poly1305 structure. 2016-11-10 22:28:02 +00:00