You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
arnaucube 725d6397b8 Update methods to more efficient usage of ff 3 years ago
benches Update methods to more efficient usage of ff 3 years ago
gen_constants gen_constants crate appart 3 years ago
src Update methods to more efficient usage of ff 3 years ago
.gitignore add poseidon 4 years ago
.travis.yml add travis 4 years ago
Cargo.toml Add benchmarks (49x improvement with ff) 3 years ago
LICENSE Initial commit 4 years ago
README.md Update methods to more efficient usage of ff 3 years ago

README.md

poseidon-rs Crates.io Build Status

Poseidon hash implementation in Rust, a zkSNARK friendly hash function.

https://eprint.iacr.org/2019/458.pdf

Compatible with the Poseidon Go implementation done in https://github.com/iden3/go-iden3-crypto and in https://github.com/iden3/circomlib

Warning

Do not use in production