]> Cypherpunks.ru repositories - gogost.git/blobdiff - prfplus/gost.go
Update namespace major version
[gogost.git] / prfplus / gost.go
index 4b1aed68a457fbe1f0f09a2e0203ce931b2f22e5..f688e38f4d5ac459431d9420b74aedc34c2a6ee3 100644 (file)
@@ -20,8 +20,8 @@ import (
        "crypto/hmac"
        "hash"
 
-       "go.cypherpunks.ru/gogost/v4/gost34112012256"
-       "go.cypherpunks.ru/gogost/v4/gost34112012512"
+       "go.cypherpunks.ru/gogost/v5/gost34112012256"
+       "go.cypherpunks.ru/gogost/v5/gost34112012512"
 )
 
 type PRFIPsecPRFPlusGOSTR34112012 struct{ h hash.Hash }