index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
hash
/
sha2.3
Age
Commit message (
Expand
)
Author
2016-09-04
jmc says you can never have too many functions in one man page, so list
Ted Unangst
2016-09-04
remove caveats that are either misleading or unhelpful.
Ted Unangst
2016-03-10
un-vax;
Jason McIntyre
2015-11-10
update NAME section to include all documented functions,
Jason McIntyre
2015-02-05
macro fixes from Kaspars at Bankovskis dot net;
Ingo Schwarze
2014-11-26
macro cleanup; from kaspars at bankovskis dot net
Ingo Schwarze
2014-03-23
Remove the MD4 functions.
Christian Weisgerber
2013-06-05
Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze
Ted Unangst
2013-04-15
SHA-224 is to SHA-256 as SHA-384 is to SHA-512. It was added in a
Todd C. Miller
2012-09-07
add const where missing
Ted Unangst
2008-09-12
the last example doesn't need a ctx variable;
Damien Miller
2008-09-06
Rename SHA256/384/512 API to avoid namespace collisions with
Damien Miller
2007-05-31
convert to new .Dd format;
Jason McIntyre
2007-02-27
sha2 hashes are not 5 32-bit ints in size. Just leave out the size
Todd C. Miller
2005-09-12
some markup and punctuation fixes from wiz@netbsd
Jason McIntyre
2004-06-22
Make the `filename' parameter to HASHFile() and HASHFileChunk() const
Jean-Francois Brousseau
2004-05-16
Add .Xr's to the commands implementing the various digests. ok millert@
Otto Moerbeek
2004-05-05
Make the Transform functions match the other hash types and document them.
Todd C. Miller
2004-05-03
Sync some prototypes with the headers
Todd C. Miller
2004-05-03
Add Pad and FileChunk functions for each family of hash functions.
Todd C. Miller
2004-04-29
Undo some recent prototype changes; it is legal to pass the helper
Todd C. Miller
2003-10-03
correct hash for EXAMPLES, plus some typos;
Jason McIntyre
2003-06-17
Sync with share/misc/license.template and add missing DARPA credit
Todd C. Miller
2003-06-03
Use an ISC-tyle license for all my code; it is simpler and more permissive.
Todd C. Miller
2003-05-30
- section reorder
Jason McIntyre
2003-05-08
Add sha2 routines based on code by Aaron D. Gifford with minor
Todd C. Miller