X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=gost341194%2Fpbkdf2_test.go;h=2ca6dc6ef49923804fc8de3ff1af27ca83d723fb;hb=6d9056bfe4a2d69469a1e70f3bf08f89b377b06e;hp=20c5c13926af657112910906bfa9bd3aa34e3350;hpb=c07494bbd559b9d00f391e28cfd070e18afe9900;p=gogost.git diff --git a/gost341194/pbkdf2_test.go b/gost341194/pbkdf2_test.go index 20c5c13..2ca6dc6 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-2019 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,7 +20,7 @@ import ( "hash" "testing" - "go.cypherpunks.ru/gogost/v4/gost28147" + "go.cypherpunks.ru/gogost/v5/gost28147" "golang.org/x/crypto/pbkdf2" )