//! plonky2 hashing logic for in-circuit hashing and Merkle proof verification
//! as well as specific hash functions implementation.
// Re-export poseidon_goldilocks from core (Poseidon impl for GoldilocksField)
// The implementation is in core since both Poseidon trait and GoldilocksField type
// are defined outside plonky2.
pub use poseidon_goldilocks;