X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=src%2Fcypherpunks.ru%2Fgogost%2Fgost34112012512%2Fhash.go;h=b3e1ed3bbb06cef05905d6145e53830341507c8f;hb=1486845463092bbcca3ed55f61e96edf926e9116;hp=c6a708f6e358ccc3185e661d94ed8fa69a7b145f;hpb=0ccfdcc0f43ab56a10773cb0a774ba84aae752b1;p=gogost.git diff --git a/src/cypherpunks.ru/gogost/gost34112012512/hash.go b/src/cypherpunks.ru/gogost/gost34112012512/hash.go index c6a708f..b3e1ed3 100644 --- a/src/cypherpunks.ru/gogost/gost34112012512/hash.go +++ b/src/cypherpunks.ru/gogost/gost34112012512/hash.go @@ -29,6 +29,12 @@ const ( Size = 64 ) +/* +func init() { + crypto.RegisterHash(crypto.GOSTR34112012512, New) +} +*/ + func New() hash.Hash { return gost34112012.New(64) }