X-Git-Url: http://www.git.cypherpunks.ru/?p=gogost.git;a=blobdiff_plain;f=prfplus%2Fgost.go;h=f688e38f4d5ac459431d9420b74aedc34c2a6ee3;hp=4b1aed68a457fbe1f0f09a2e0203ce931b2f22e5;hb=e38f7b828c16660814ac5b55b53644b3822e067b;hpb=7ed4c1e0857134c14ef5c03dee48c1cc7a555e98 diff --git a/prfplus/gost.go b/prfplus/gost.go index 4b1aed6..f688e38 100644 --- a/prfplus/gost.go +++ b/prfplus/gost.go @@ -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 }