]> Cypherpunks.ru repositories - gogost.git/blobdiff - gost341194/pbkdf2_test.go
go.cypherpunks.ru namespace usage
[gogost.git] / gost341194 / pbkdf2_test.go
similarity index 98%
rename from src/cypherpunks.ru/gogost/gost341194/pbkdf2_test.go
rename to gost341194/pbkdf2_test.go
index 86ecea8e9d10c4b8d569eea8b0b3d541f2d3daf0..20c5c13926af657112910906bfa9bd3aa34e3350 100644 (file)
@@ -20,7 +20,7 @@ import (
        "hash"
        "testing"
 
-       "cypherpunks.ru/gogost/gost28147"
+       "go.cypherpunks.ru/gogost/v4/gost28147"
        "golang.org/x/crypto/pbkdf2"
 )