boringssl/crypto/poly1305
Adam Langley a380f9d199 Always assume little-endian in Poly1305 reference code.
We don't support big-endian so this could only slow down whatever
platforms weren't listed in the #if.

Change-Id: Ie36f862663d947f591dd4896e6a2ab19122bbc0d
Reviewed-on: https://boringssl-review.googlesource.com/12202
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-11-10 22:34:03 +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 Always assume little-endian in Poly1305 reference code. 2016-11-10 22:34:03 +00:00