]> Cypherpunks.ru repositories - gogost.git/blobdiff - src/cypherpunks.ru/gogost/gost34112012512/hash.go
Placeholders for hash registration in crypto/ library
[gogost.git] / src / cypherpunks.ru / gogost / gost34112012512 / hash.go
index c6a708f6e358ccc3185e661d94ed8fa69a7b145f..b3e1ed3bbb06cef05905d6145e53830341507c8f 100644 (file)
@@ -29,6 +29,12 @@ const (
        Size      = 64
 )
 
+/*
+func init() {
+       crypto.RegisterHash(crypto.GOSTR34112012512, New)
+}
+*/
+
 func New() hash.Hash {
        return gost34112012.New(64)
 }