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
Age
Commit message (
Expand
)
Author
1997-07-23
tabify + trailing blanks
kstailey
1997-07-18
Converting u_char[] -> u_int[] is easy on little endian machines :-)
Todd C. Miller
1997-07-17
Use u_int32_t not size_t.
Todd C. Miller
1997-07-17
Typo
Todd C. Miller
1997-07-17
Manpage for RMD*(3)
Todd C. Miller
1997-07-17
More typos.
Todd C. Miller
1997-07-17
Allow passing of a NULL digest to RMD160Final(3).
Todd C. Miller
1997-07-17
mdX(3)-like interface to RIPEMD-160 hash function. Code by
Todd C. Miller
1997-07-17
Fix typo
Todd C. Miller
1997-07-15
Add a missing const
Todd C. Miller
1997-07-12
Add SHA1End, SHA1File, SHA1Data helper functions like in md5(3).
Todd C. Miller
1997-07-12
mention usage of SHA1Final with null pointer
Niels Provos
1997-07-12
Minor style points.
Todd C. Miller
1997-07-11
Todd kant spel.
Todd C. Miller
1997-07-11
Install sha1(3) and links.
Todd C. Miller
1997-07-11
#include <sha1.h> not #include "sha1.h"
Todd C. Miller
1997-07-11
Man page for SHA1*
Todd C. Miller
1997-07-10
Different sha1 functions (taken from netinet's if_sha1.c) that
Todd C. Miller
1996-09-30
export byte swapping routine.
Todd C. Miller
1996-09-30
Moved definitions of BYTE and LONG in from header file.
Todd C. Miller
1996-09-29
Fixed standalone test mode for NEW_SHA1.
Todd C. Miller
1996-09-29
added sha1 (secure hash function).
Todd C. Miller