X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=gost341194%2Fhash_test.go;h=20350aedf980e1984d7f2e3e9cd797d7d7075940;hb=6d9056bfe4a2d69469a1e70f3bf08f89b377b06e;hp=be70a796154d1cb0e1dbf5ebecfe6681de25386a;hpb=c40d1e5634cf6d540d908a57423f4b504e39f186;p=gogost.git diff --git a/gost341194/hash_test.go b/gost341194/hash_test.go index be70a79..20350ae 100644 --- a/gost341194/hash_test.go +++ b/gost341194/hash_test.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 @@ -22,7 +22,7 @@ import ( "testing" "testing/quick" - "go.cypherpunks.ru/gogost/v4/gost28147" + "go.cypherpunks.ru/gogost/v5/gost28147" ) func TestHashInterface(t *testing.T) {