openzl icon indicating copy to clipboard operation
openzl copied to clipboard

Zero-Knowledge Cryptography Infrastructure Stack

Results 50 openzl issues
Sort by recently updated
recently updated
newest added

These currently are for the Bls12-381 curve and should be updated to Bn254. In `plugins::arkworks::poseidon::test` there should be a `mod hash` with this test: ``` // mod constants { //...

P-low

We implement some purely LA operations in `openzl-crypto::poseidon::matrix` and it would be good to move these to their own LA module or import a LA library. Would such an import...

P-low

Move from `manta-crypto::arkworks::groth16` into arkworks plugin, implement `trait ProofSystem`

Check `plonky2` examples under `openzl-plugin-plonky2`: https://github.com/mir-protocol/plonky2/tree/main/plonky2/examples and give their ECLAIR translations.

A-automation
A-ci
A-documentation