2e24b9bf73
The previous logic only defined |SHA512_BLOCK_CAN_MANAGE_UNALIGNED_DATA| when the assembly language optimizations were enabled, but |SHA512_BLOCK_CAN_MANAGE_UNALIGNED_DATA| is also useful when the C implementations are used. If support for ARM processors that don't support unaligned access is important, then it might be better to condition the enabling of |SHA512_BLOCK_CAN_MANAGE_UNALIGNED_DATA| on ARM based on more specific flags. Change-Id: Ie8c37c73aba308c3ccf79371ce5831512e419989 Reviewed-on: https://boringssl-review.googlesource.com/6402 Reviewed-by: Adam Langley <agl@google.com> |
||
---|---|---|
.. | ||
asm | ||
CMakeLists.txt | ||
sha1.c | ||
sha256.c | ||
sha512.c |