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
706 B

4 years ago
5 years ago
5 years ago
  1. # poseidon-ark [![Test](https://github.com/arnaucube/poseidon-ark/workflows/Test/badge.svg)](https://github.com/arnaucube/poseidon-ark/actions?query=workflow%3ATest)
  2. > **Note**: this repo is a fork from https://github.com/arnaucube/poseidon-rs , porting it to arkworks [ff](https://github.com/arkworks-rs/algebra/tree/master/ff).
  3. Poseidon hash implementation in Rust, a zkSNARK friendly hash function.
  4. https://eprint.iacr.org/2019/458.pdf
  5. Compatible with the Poseidon implementations:
  6. - Sage (reference implementation): https://extgit.iaik.tugraz.at/krypto/hadeshash
  7. - Go: https://github.com/iden3/go-iden3-crypto
  8. - Js & circom: https://github.com/iden3/circomlib
  9. ## Warning
  10. Do not use in production