summaryrefslogtreecommitdiff
path: root/lib/libc/hash/sha2
AgeCommit message (Expand)Author
2005-12-26u_intN_t -> uintN_tperry
2005-11-22SHA2 support appeared in NetBSD 3.0.tron
2005-09-28Rename "hash.c" to "hashhl.c" since this is included from *hl.c files.christos
2005-09-26The weak alias macros can only work before namespace.h gets included becausechristos
2005-09-26Add missing SHA384_Transform. XXX: Is that correct?christos
2005-09-25Fix weak aliasing after recent changes.elad
2005-09-24Use common code from hash.c.elad
2005-09-10Preferwiz
2005-08-26Include namespace.h to make this build in nbcompat.elad
2005-08-24Fix lint warnings.tron
2005-08-23We don't have SHA{256,384,512}_Pad, but we do have _Transform.elad
2005-08-23Add helper routines (end, filechunk, file, data) for SHA2.elad
2005-08-20Pass lint and make this compile.elad
2005-08-20Add SHA2 hashing routines to userland.elad