Added hmac-sha512 and hmac-sha512-96.
authorPekka Riikonen <priikone@silcnet.org>
Sat, 1 Sep 2007 10:14:03 +0000 (10:14 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Sat, 1 Sep 2007 10:14:03 +0000 (10:14 +0000)
lib/silccrypt/silchmac.c

index a343429dd3d582c8947c20e7bbfa7fe401ba92f2..86754f230c977682c5ce2547ec94c94f25586d39 100644 (file)
@@ -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 },