From aa9b7e7f92a55eefbf7d352653523dea0988309f Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Sat, 21 Apr 2018 18:18:01 +0200 Subject: [PATCH] renamed [lib.scha/scha.go] into [lib.scha/hash.go] --- src/git.xdrm.io/schastsp/lib/scha/{scha.go => hash.go} | 2 +- .../schastsp/lib/scha/{scha_test.go => hash_test.go} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/git.xdrm.io/schastsp/lib/scha/{scha.go => hash.go} (99%) rename src/git.xdrm.io/schastsp/lib/scha/{scha_test.go => hash_test.go} (100%) 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