Hash types are permutations that are used to separate different types of hashes.
const (
HashIndex HashType = iota// A and B hashes are used to reduce the rate of collisions HashNameA
HashNameB
// HashEncryptKey is used when generating decryption keys from strings HashEncryptKey
// HashEncryptData is used internally when encrypting data HashEncryptData
)