renamed [lib.scha/scha.go] into [lib.scha/hash.go]

This commit is contained in:
xdrm-brackets 2018-04-21 18:18:01 +02:00
parent 4eb7d6de25
commit aa9b7e7f92
2 changed files with 1 additions and 1 deletions

View File

@ -91,4 +91,4 @@ func Hash(input []byte, depth uint, salt []byte, pepper []byte) ([]byte, error)
} }
return digest, nil return digest, nil
} }