(struct sha1_ctx): Use a word buffer, not a byte buffer,
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 12 Jan 2006 07:17:51 +0000 (07:17 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 12 Jan 2006 07:17:51 +0000 (07:17 +0000)
commit25962cd48918be2a55d733eec6fe4ac26fdc79cd
tree5a6abe5cf84a2e117e3d1956cfe15c207def0c38
parent1834ba06ac55a1c627ed601e5cf7f649dbde12f0
(struct sha1_ctx): Use a word buffer, not a byte buffer,
so that we don't need to worry about alignment.  All uses changed.
This merges the 2005-10-28 md5 change into sha1.
lib/sha1.h