p3-goldilocks 0.6.2

An implementation of the Goldilocks prime field F_p, where p = 2^64 - 2^32 + 1.
Documentation
1
2
3
4
5
mod mds;
mod packing;
mod poseidon2;
pub use packing::*;
pub use poseidon2::*;