X-Git-Url: http://www.git.cypherpunks.ru/?p=gogost.git;a=blobdiff_plain;f=gost341194%2Fhash_test.go;fp=src%2Fcypherpunks.ru%2Fgogost%2Fgost341194%2Fhash_test.go;h=de5d988600c6dc90e939eef0b56d997de83a826a;hp=bcd86c538480c6999d84d23952b3c6270b6e53fe;hb=c07494bbd559b9d00f391e28cfd070e18afe9900;hpb=107600dede989f0cc479b5a72c5f97e174307154 diff --git a/src/cypherpunks.ru/gogost/gost341194/hash_test.go b/gost341194/hash_test.go similarity index 99% rename from src/cypherpunks.ru/gogost/gost341194/hash_test.go rename to gost341194/hash_test.go index bcd86c5..de5d988 100644 --- a/src/cypherpunks.ru/gogost/gost341194/hash_test.go +++ b/gost341194/hash_test.go @@ -22,7 +22,7 @@ import ( "testing" "testing/quick" - "cypherpunks.ru/gogost/gost28147" + "go.cypherpunks.ru/gogost/v4/gost28147" ) func TestHashInterface(t *testing.T) {