From: Pekka Riikonen Date: Wed, 16 Nov 2005 14:02:44 +0000 (+0000) Subject: updates. X-Git-Tag: 1.2.beta1~782 X-Git-Url: http://git.silcnet.org/gitweb/?p=crypto.git;a=commitdiff_plain;h=42e73905377b05987776d186f0451564fd63e895 updates. --- diff --git a/doc/silcalgs.conf b/doc/silcalgs.conf index 55f9774c..928e1316 100644 --- a/doc/silcalgs.conf +++ b/doc/silcalgs.conf @@ -68,14 +68,14 @@ cipher { # Configured hash functions # hash { - name = "sha1"; + name = "sha256"; blocklength = 64; - digestlength = 20; + digestlength = 32; }; hash { - name = "sha256"; + name = "sha1"; blocklength = 64; - digestlength = 32; + digestlength = 20; }; hash { name = "md5"; @@ -88,13 +88,13 @@ hash { # be configured in the hash section. # hmac { - name = "hmac-sha1-96"; - hash = "sha1"; + name = "hmac-sha256-96"; + hash = "sha256"; maclength = 12; }; hmac { - name = "hmac-sha256-96"; - hash = "sha256"; + name = "hmac-sha1-96"; + hash = "sha1"; maclength = 12; }; hmac {