diff --git a/src/git.xdrm.io/schastsp/lib/scha/scha.go b/src/git.xdrm.io/schastsp/lib/scha/hash.go similarity index 99% rename from src/git.xdrm.io/schastsp/lib/scha/scha.go rename to src/git.xdrm.io/schastsp/lib/scha/hash.go index 2113520..d585961 100644 --- a/src/git.xdrm.io/schastsp/lib/scha/scha.go +++ b/src/git.xdrm.io/schastsp/lib/scha/hash.go @@ -91,4 +91,4 @@ func Hash(input []byte, depth uint, salt []byte, pepper []byte) ([]byte, error) } return digest, nil -} +} \ No newline at end of file diff --git a/src/git.xdrm.io/schastsp/lib/scha/scha_test.go b/src/git.xdrm.io/schastsp/lib/scha/hash_test.go similarity index 100% rename from src/git.xdrm.io/schastsp/lib/scha/scha_test.go rename to src/git.xdrm.io/schastsp/lib/scha/hash_test.go