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 6d2487aa13
Merge pull request #2 from kazuakiishiguro/main
5 months ago
.github/workflows Add GHA 3 years ago
benches fix module name 5 months ago
src Extend to 16 inputs 11 months ago
.gitignore add poseidon 4 years ago
Cargo.toml Migrate license to Apache-2.0 as in https://github.com/arnaucube/poseidon-rs/commit/233027d6075a637c29ad84a8a44f5653b81f0410 8 months ago
LICENSE Migrate license to Apache-2.0 as in https://github.com/arnaucube/poseidon-rs/commit/233027d6075a637c29ad84a8a44f5653b81f0410 8 months ago
README.md port https://github.com/arnaucube/poseidon-rs to arkworks ff 11 months ago

README.md

poseidon-ark Test

Note: this repo is a fork from https://github.com/arnaucube/poseidon-rs , porting it to arkworks ff.

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

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

Compatible with the Poseidon implementations:

Warning

Do not use in production