X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=gost3410%2F2012_test.go;h=592418491fc6deadf1d746467427fb8fe0553f0d;hb=4581b7b9da29fc47d4831c1c4b98af2afa40a3cf;hp=422ed7c43420380cf937d799fab5d35312211729;hpb=4f46a270096b061794b63d7c418cb6ee56af8879;p=gogost.git diff --git a/gost3410/2012_test.go b/gost3410/2012_test.go index 422ed7c..5924184 100644 --- a/gost3410/2012_test.go +++ b/gost3410/2012_test.go @@ -126,6 +126,7 @@ func TestStdVector2(t *testing.T) { }), nil, nil, + nil, ) if err != nil { t.FailNow() @@ -322,6 +323,7 @@ func TestGCL3Vectors(t *testing.T) { bytes2big(y), nil, nil, + nil, ) if err != nil { t.FailNow()