https://github.com/arnaucube/poseidon-rs
Poseidon hash function
https://github.com/arnaucube/poseidon-rs
Last synced: about 1 month ago
JSON representation
Poseidon hash function
- Host: GitHub
- URL: https://github.com/arnaucube/poseidon-rs
- Owner: arnaucube
- License: apache-2.0
- Created: 2019-09-01T12:34:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-11T17:57:44.000Z (about 2 years ago)
- Last Synced: 2025-04-02T21:11:26.469Z (about 1 month ago)
- Language: Rust
- Size: 624 KB
- Stars: 75
- Watchers: 2
- Forks: 35
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-circom - poseidon-rs - Poseidon hash function compatible with circomlib (Cryptographic primitives / Cryptographic primitives in other languages)
README
# poseidon-rs [](https://crates.io/crates/poseidon-rs) [](https://github.com/arnaucube/poseidon-rs/actions?query=workflow%3ATest)
Poseidon hash implementation in Rust, a zkSNARK friendly hash function.
https://eprint.iacr.org/2019/458.pdf
Compatible with the Poseidon implementations:
- Sage (reference implementation): https://extgit.iaik.tugraz.at/krypto/hadeshash
- Go: https://github.com/iden3/go-iden3-crypto
- Js & circom: https://github.com/iden3/circomlibAn arkworks-based version of this repo can be found at https://github.com/arnaucube/poseidon-ark
## Warning
Do not use in production