e4f96d615c
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> |
||
---|---|---|
.. | ||
asm | ||
CMakeLists.txt | ||
internal.h | ||
poly1305_arm_asm.S | ||
poly1305_arm.c | ||
poly1305_test.cc | ||
poly1305_tests.txt | ||
poly1305_vec.c | ||
poly1305.c |