This folder contains hash functions that are typically used in non-interactive proof systems. The hash functions we have implemented are:
Pedersen is based on elliptic curves, while Monolith, Poseidon and Rescue Prime are algebraic hash functions.
For an introduction to hash functions, see this intro and its follow-up.