# slop-poseidon2
Re-exports [`p3_poseidon2`](https://crates.io/crates/p3_poseidon2) from [Plonky3](https://github.com/Plonky3/Plonky3) for use in the SLOP library.
This crate provides the Poseidon2 hash function, an algebraic hash function optimized for zero-knowledge proof systems. Poseidon2 is designed to be efficient when computed inside arithmetic circuits while maintaining strong cryptographic security.
## License
This crate re-exports code from Plonky3, which is licensed under MIT/Apache-2.0.
---
Part of [SLOP](https://github.com/succinctlabs/sp1/tree/dev/slop), the Succinct Library of Polynomials.