X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=gost341194%2Fhash_test.go;h=f100793c114b3b1a811d882bcb505b441281ee1e;hb=e38f7b828c16660814ac5b55b53644b3822e067b;hp=de5d988600c6dc90e939eef0b56d997de83a826a;hpb=c07494bbd559b9d00f391e28cfd070e18afe9900;p=gogost.git diff --git a/gost341194/hash_test.go b/gost341194/hash_test.go index de5d988..f100793 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-2019 Sergey Matveev +// Copyright (C) 2015-2020 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) {