boringssl/crypto/sha
David Benjamin 2077cf9152 Use UINT64_C instead of OPENSSL_U64.
stdint.h already has macros for this. The spec says that, in C++,
__STDC_CONSTANT_MACROS is needed, so define it for bytestring_test.cc.
Chromium seems to use these macros without trouble, so I'm assuming we
can rely on them.

Change-Id: I56d178689b44d22c6379911bbb93d3b01dd832a3
Reviewed-on: https://boringssl-review.googlesource.com/6510
Reviewed-by: Adam Langley <agl@google.com>
2015-11-16 23:18:00 +00:00
..
asm Enable AVX code for SHA-*. 2015-11-12 20:03:32 +00:00
CMakeLists.txt Move arm_arch.h and fix up lots of include paths. 2015-08-26 01:57:59 +00:00
sha1.c Remove untested, unnecessary big-endian SHA-1/SHA-256 optimizations. 2015-11-06 19:36:24 +00:00
sha256.c Remove untested, unnecessary big-endian SHA-1/SHA-256 optimizations. 2015-11-06 19:36:24 +00:00
sha512.c Use UINT64_C instead of OPENSSL_U64. 2015-11-16 23:18:00 +00:00