X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=mgm%2Fmul_test.go;h=af6e396445f31617238769cc061caec693ca2fc8;hb=e38f7b828c16660814ac5b55b53644b3822e067b;hp=9a08946a3e4a20c3e71b84bc32b3cf7ff68b5c26;hpb=c07494bbd559b9d00f391e28cfd070e18afe9900;p=gogost.git diff --git a/mgm/mul_test.go b/mgm/mul_test.go index 9a08946..af6e396 100644 --- a/mgm/mul_test.go +++ b/mgm/mul_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 @@ -20,8 +20,8 @@ import ( "math/big" "testing" - "go.cypherpunks.ru/gogost/v4/gost3412128" - "go.cypherpunks.ru/gogost/v4/gost341264" + "go.cypherpunks.ru/gogost/v5/gost3412128" + "go.cypherpunks.ru/gogost/v5/gost341264" ) func BenchmarkMul64(b *testing.B) {