X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=mgm%2Fmode_test.go;h=7d1d984316915227bdc46fe957a570175572fbea;hb=6d9056bfe4a2d69469a1e70f3bf08f89b377b06e;hp=6eaf9d8f65df6781be008a0db39cbc1156087b67;hpb=c40d1e5634cf6d540d908a57423f4b504e39f186;p=gogost.git diff --git a/mgm/mode_test.go b/mgm/mode_test.go index 6eaf9d8..7d1d984 100644 --- a/mgm/mode_test.go +++ b/mgm/mode_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,8 +22,8 @@ import ( "testing" "testing/quick" - "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 TestVector(t *testing.T) {