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.

16 lines
738 B

3 years ago
4 years ago
4 years ago
4 years ago
  1. # poseidon-rs [![Crates.io](https://img.shields.io/crates/v/poseidon-rs.svg)](https://crates.io/crates/poseidon-rs) [![Test](https://github.com/arnaucube/poseidon-rs/workflows/Test/badge.svg)](https://github.com/arnaucube/poseidon-rs/actions?query=workflow%3ATest)
  2. Poseidon hash implementation in Rust, a zkSNARK friendly hash function.
  3. https://eprint.iacr.org/2019/458.pdf
  4. Compatible with the Poseidon implementations:
  5. - Sage (reference implementation): https://extgit.iaik.tugraz.at/krypto/hadeshash
  6. - Go: https://github.com/iden3/go-iden3-crypto
  7. - Js & circom: https://github.com/iden3/circomlib
  8. An arkworks-based version of this repo can be found at https://github.com/arnaucube/poseidon-ark
  9. ## Warning
  10. Do not use in production