2007-02-02 Olivier Gay * sha2.c (sha512_transf) [UNROLL_LOOPS]: Group together SHA512_EXP calls in a loop to optimize speed in SHA-384 and SHA-512. * sha2.h, sha2.c: Remove HAVE_STDINT and use new typedef for fixed-width integer types. 2007-02-02 Tad * sha2.c (sha224_update, sha256_update, sha384_update, sha512_update): Check the read size is within the buffer limits when updating small data. 2005-05-23 Olivier Gay * sha2.h, sha2.c: Support of SHA-224 functions.