boringssl/crypto/digest
David Benjamin 049756be46 Fix integer types in low-level hash functions.
Use sized integer types rather than unsigned char/int/long. The latter
two are especially a mess as they're both used in lieu of uint32_t.
Sometimes the code just blindly uses unsigned long and sometimes it uses
unsigned int when an LP64 architecture would notice.

Change-Id: I4c5c6aaf82cfe9fe523435588d286726a7c43056
Reviewed-on: https://boringssl-review.googlesource.com/4952
Reviewed-by: Adam Langley <agl@google.com>
2015-06-01 22:12:21 +00:00
..
CMakeLists.txt Add malloc test support to unit tests. 2015-05-21 17:59:48 +00:00
digest_test.cc Remove crypto/obj dependencies from low-level crypto tests. 2015-04-13 20:25:45 +00:00
digest.c Remove crypto/obj dependencies from low-level crypto tests. 2015-04-13 20:25:45 +00:00
digests.c Fix integer types in low-level hash functions. 2015-06-01 22:12:21 +00:00
internal.h Inital import. 2014-06-20 13:17:32 -07:00
md32_common.h Fix integer types in low-level hash functions. 2015-06-01 22:12:21 +00:00