]> Cypherpunks.ru repositories - gogost.git/blobdiff - mgm/mul_test.go
go.cypherpunks.ru namespace usage
[gogost.git] / mgm / mul_test.go
similarity index 94%
rename from src/cypherpunks.ru/gogost/mgm/mul_test.go
rename to mgm/mul_test.go
index 742085981871ab5718415bb3bba1f06addd7bed9..9a08946a3e4a20c3e71b84bc32b3cf7ff68b5c26 100644 (file)
@@ -20,8 +20,8 @@ import (
        "math/big"
        "testing"
 
-       "cypherpunks.ru/gogost/gost3412128"
-       "cypherpunks.ru/gogost/gost341264"
+       "go.cypherpunks.ru/gogost/v4/gost3412128"
+       "go.cypherpunks.ru/gogost/v4/gost341264"
 )
 
 func BenchmarkMul64(b *testing.B) {