projects
/
crypto.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
956ec74
)
Added hmac-sha512 and hmac-sha512-96.
author
Pekka Riikonen
<priikone@silcnet.org>
Sat, 1 Sep 2007 10:14:03 +0000
(10:14 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Sat, 1 Sep 2007 10:14:03 +0000
(10:14 +0000)
lib/silccrypt/silchmac.c
patch
|
blob
|
history
diff --git
a/lib/silccrypt/silchmac.c
b/lib/silccrypt/silchmac.c
index a343429dd3d582c8947c20e7bbfa7fe401ba92f2..86754f230c977682c5ce2547ec94c94f25586d39 100644
(file)
--- a/
lib/silccrypt/silchmac.c
+++ b/
lib/silccrypt/silchmac.c
@@
-40,9
+40,11
@@
SilcDList silc_hmac_list = NULL;
const SilcHmacObject silc_default_hmacs[] =
{
{ "hmac-sha256-96", 12 },
+ { "hmac-sha512-96", 12 },
{ "hmac-sha1-96", 12 },
{ "hmac-md5-96", 12 },
{ "hmac-sha256", 32 },
+ { "hmac-sha512", 64 },
{ "hmac-sha1", 20 },
{ "hmac-md5", 16 },