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.

6 lines
583 B

  1. # circomlib-testvectors
  2. Test vectors to check compatible implementations of the [circomlib](https://github.com/iden3/circomlib), such as:
  3. - merkletree ([go](https://github.com/iden3/go-merkletree))
  4. - poseidon ([go](https://github.com/iden3/go-iden3-crypto/tree/master/poseidon), [rust](https://github.com/arnaucube/poseidon-rs))
  5. - mimc ([go](https://github.com/iden3/go-iden3-crypto/tree/master/mimc7), [rust](https://github.com/arnaucube/mimc-rs))
  6. - babyjubjub ([go](https://github.com/iden3/go-iden3-crypto/tree/master/babyjub), [rust](https://github.com/arnaucube/babyjubjub-rs))