From: Sergey Matveev Date: Tue, 15 Nov 2016 18:37:47 +0000 (+0300) Subject: Add Size constant to hash modules X-Git-Tag: 2.0~13 X-Git-Url: http://www.git.cypherpunks.ru/?a=commitdiff_plain;h=0f87d5cd27f132216ffca24d2e563efbfd559bf6;p=gogost.git Add Size constant to hash modules --- diff --git a/src/cypherpunks.ru/gogost/gost34112012/hash.go b/src/cypherpunks.ru/gogost/gost34112012/hash.go index 7289c40..8f8c77e 100644 --- a/src/cypherpunks.ru/gogost/gost34112012/hash.go +++ b/src/cypherpunks.ru/gogost/gost34112012/hash.go @@ -24,6 +24,7 @@ import ( const ( BlockSize = 64 + Size = 64 ) var ( diff --git a/src/cypherpunks.ru/gogost/gost341194/hash.go b/src/cypherpunks.ru/gogost/gost341194/hash.go index c20970e..ebbbca5 100644 --- a/src/cypherpunks.ru/gogost/gost341194/hash.go +++ b/src/cypherpunks.ru/gogost/gost341194/hash.go @@ -27,6 +27,7 @@ import ( const ( BlockSize = 32 + Size = 32 ) var (