Added SILC Thread Queue API
[crypto.git] / doc / silcalgs.conf
index f0140e5c42382c68a6bfa48a62301df4ee325d74..928e1316a768137a7c35c5082dab459ab6d2f796 100644 (file)
@@ -67,6 +67,11 @@ cipher {
 #
 # Configured hash functions
 #
+hash {
+       name = "sha256";
+       blocklength = 64;
+       digestlength = 32;
+};
 hash {
        name = "sha1";
        blocklength = 64;
@@ -82,6 +87,11 @@ hash {
 # Configured HMAC functions. The hash function used in the HMAC must
 # be configured in the hash section.
 #
+hmac {
+       name = "hmac-sha256-96";
+       hash = "sha256";
+       maclength = 12;
+};
 hmac {
        name = "hmac-sha1-96";
        hash = "sha1";