Commit ef5f9af1559b043755d0af03c31676cd66fa40e7

Jim Meyering 2008-05-26T19:29:50

sha256: do not artificially restrict buffer length to be < 2^32 * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from uint32_t to size_t. * lib/sha256.c (sha256_conclude_ctx): Change type of a local to match.