X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=prfplus%2Fgost.go;h=0df0613d9ac085355bdd73b77b912c5583c9c9a8;hb=6d9056bfe4a2d69469a1e70f3bf08f89b377b06e;hp=4b1aed68a457fbe1f0f09a2e0203ce931b2f22e5;hpb=9f3355e3239fed2b0110b0724e7ba1ed509b8a19;p=gogost.git diff --git a/prfplus/gost.go b/prfplus/gost.go index 4b1aed6..0df0613 100644 --- a/prfplus/gost.go +++ b/prfplus/gost.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2020 Sergey Matveev +// Copyright (C) 2015-2021 Sergey Matveev // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -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 }