christos
|
362a4a0bd5
|
Yes, it was a cool trick >20 years ago to use "0123456789abcdef"[a] to
implement, xtoa(), but I think defining the samestring 50 times is a bit
too much. Defined HEXDIGITS and hexdigits in subr_prf.c and use it...
|
2005-05-17 04:14:57 +00:00 |
perry
|
477853c351
|
nuke trailing whitespace
|
2005-02-26 22:58:54 +00:00 |
itojun
|
1e4d96a37f
|
bzero() 2nd arg mistake. found by openbsd guys, via kame
|
2003-09-04 00:11:49 +00:00 |
thorpej
|
633cb7d73e
|
Make opencrypto depend on the "ripemd160" and "sha2" attributes, rather
than polluting the crypto algorithm config info with opencrypto knowledge.
|
2003-08-24 19:26:54 +00:00 |
he
|
aa96f9d39c
|
Don't declare the sha2.c file twice, instead add opencrypto flag to
existing declaration, and leave behind a comment in files.opencrypto.
|
2003-07-26 13:49:52 +00:00 |
itojun
|
d64e1c8d6a
|
add hmac-sha2 support. various cleanups (like avoid hardcoding '16').
from kame
|
2003-07-22 03:24:23 +00:00 |