...; + bcopy(sha512_initial_hash_value, context->state, SHA512_DIGEST_LENGTH); + bzero(context->buffer, SHA512_BLOCK_LENGTH); + context->bitcount[0] ... - usedspace); + } else { + if (usedspace < SHA512_BLOCK_LENGTH) { + bzero(&context->buffer[usedspace], SHA512_BLOCK_LENGTH - usedspace); + ... set-up for the last transform: */ + bzero(context->buffer, SHA512_BLOCK_LENGTH - 2); + } + } else { +...

http://annie-lyne.livejournal.com/252751.html
(Cached)
0 links
Published: 1 year, 4 months ago (Tue, 12 Feb 2008 16:03:09 PST); 31 Kb
|