static fun hash(hashLength: Int, input: Input): Hash
Creates a generic hash of specified length of the input
hashLength - the length of the hash
hashLength
input - the input of the hash function
input
Return the hash of the input