# Functions

Hash performs the MIMC7 hash over a *big.Int array.
HashBytes hashes a msg byte slice by blocks of 31 bytes encoded as little-endian.
HashGeneric performs the MIMC7 hash over a *big.Int array, in a generic way, where it can be specified the Finite Field over R, and the number of rounds.
MIMC7Hash performs the MIMC7 hash over a *big.Int, using the Finite Field over R and the number of rounds setted in the `constants` variable.
MIMC7HashGeneric performs the MIMC7 hash over a *big.Int, in a generic way, where it can be specified the Finite Field over R, and the number of rounds.

# Constants

SEED defines the seed used to constants.