succinctlabs / gnark-plonky2-verifier

MIT License
85 stars 25 forks source link

Poseidon BN128 #20

Closed kevjue closed 1 year ago

kevjue commented 1 year ago

This PR modifies the circuit to use Poseidon BN128 for the openings merkle proofs. Note that it still uses Poseidon Goldilocks for the challenger.

Also, it removes all the previous data test cases (since they were using Poseidon Goldilocks for the merkle proofs).