X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=doc%2Fsilcalgs.conf;fp=doc%2Fsilcalgs.conf;h=928e1316a768137a7c35c5082dab459ab6d2f796;hb=42e73905377b05987776d186f0451564fd63e895;hp=55f9774cef5398d60af47b4a186f11fe9d26bf7e;hpb=f1753017d02b95b2ba29c3a3953dead09005eff3;p=crypto.git 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 {