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 f4ba1f7c32 Extend to 16 inputs 11 months ago
.github/workflows Add GHA 3 years ago
benches Use imported Fr 3 years ago
src Extend to 16 inputs 11 months ago
.gitignore add poseidon 4 years ago
Cargo.toml Extend to 16 inputs 11 months ago
LICENSE Migrate license to Apache-2.0 1 year ago
README.md Extend to 16 inputs 11 months ago

README.md

poseidon-rs Crates.io Test

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

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

Compatible with the Poseidon implementations:

An arkworks-based version of this repo can be found at https://github.com/arnaucube/poseidon-ark

Warning

Do not use in production