X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=gost341194%2Fpbkdf2_test.go;h=122d664707dffa9c5991332c83b876a1e53c44d7;hb=5fc90f4d05f0515cc91dd9feceb813e2b753cbb7;hp=2f02d66cc28055761f0c69fbe9e02a3285f7c605;hpb=c40d1e5634cf6d540d908a57423f4b504e39f186;p=gogost.git diff --git a/gost341194/pbkdf2_test.go b/gost341194/pbkdf2_test.go index 2f02d66..122d664 100644 --- a/gost341194/pbkdf2_test.go +++ b/gost341194/pbkdf2_test.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2020 Sergey Matveev +// Copyright (C) 2015-2022 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,7 +20,7 @@ import ( "hash" "testing" - "go.cypherpunks.ru/gogost/v4/gost28147" + "go.cypherpunks.ru/gogost/v5/gost28147" "golang.org/x/crypto/pbkdf2" )