fix blake2s-160/224 hash sizes.

This commit is contained in:
Kelvin Sherlock
2017-04-20 11:22:16 -04:00
parent 4f7264135f
commit 56a2efa729
2 changed files with 260 additions and 260 deletions
+2 -2
View File
@@ -86,7 +86,7 @@ const struct ltc_hash_descriptor blake2s_160_desc =
{
"blake2s-160",
22,
32,
20,
64,
{ 1, 3, 6, 1, 4, 1, 1722, 12, 2, 2, 5 },
11,
@@ -101,7 +101,7 @@ const struct ltc_hash_descriptor blake2s_224_desc =
{
"blake2s-224",
23,
32,
28,
64,
{ 1, 3, 6, 1, 4, 1, 1722, 12, 2, 2, 7 },
11,