index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libc
/
hash
/
rmd160.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
zap remaining rcsid.
espie
2005-08-08
1
-4
/
+0
*
In the Final function, move the context zeroing into the digest != NULL
millert
2004-05-28
1
-4
/
+4
*
Some u_char -> u_int8_t conversion I missed earlier.
millert
2004-05-03
1
-5
/
+5
*
Add Pad and FileChunk functions for each family of hash functions.
millert
2004-05-03
1
-7
/
+13
*
Use a common source file for all the hash helper functions that
millert
2004-04-26
1
-13
/
+13
*
alignment fixes (e.g sparc 64); from Daniel Lucq; ok millert, henning
markus
2003-12-14
1
-2
/
+6
*
o Ansi function headers
millert
2002-12-23
1
-17
/
+17
*
new rmd160 implementation. based on
markus
2001-10-01
1
-398
/
+338
*
Explicitly include <sys/types.h> and some minor style points.
millert
1999-08-16
1
-5
/
+10
*
Make RMD160Update a little less overzealous when fed small crumbs.
janjaap
1998-09-09
1
-24
/
+29
*
nbytes - ofs should never be less than 0 (Oops on me)
janjaap
1998-06-02
1
-0
/
+2
*
teach rmd160 not to throw leftovers out the window
janjaap
1998-03-23
1
-22
/
+44
*
Fix compiler warnings.
millert
1997-08-24
1
-2
/
+5
*
tabify + trailing blanks
kstailey
1997-07-23
1
-2
/
+2
*
Converting u_char[] -> u_int[] is easy on little endian machines :-)
millert
1997-07-18
1
-1
/
+5
*
Use u_int32_t not size_t.
millert
1997-07-17
1
-3
/
+2
*
Allow passing of a NULL digest to RMD160Final(3).
millert
1997-07-17
1
-6
/
+8
*
mdX(3)-like interface to RIPEMD-160 hash function. Code by
millert
1997-07-17
1
-0
/
+383