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.

9 lines
220 B

4 years ago
  1. # poseidon-rs
  2. Poseidon hash implementation in Rust
  3. https://eprint.iacr.org/2019/458.pdf
  4. Compatible with the Poseidon Go implementation from https://github.com/iden3/go-iden3-crypto
  5. ## Warning
  6. Do not use in production