PatStiles

Results 29 comments of PatStiles

I've isolated a failing test case (below) where msm_bigint() is different from icicle_msm(). This is for msm_length = 3 on bn254 G1. I compared the output of msm_bigint, icicle_msm to...

@moodlezoup Interested in taking this on!

Hey @aleph-v Is your plan to finish the on chain verifier?

Is this in reference to https://eprint.iacr.org/2021/1672.pdf ?

This pr now addresses: - Addresses: out of bounds errors from audits - Refactors Halo2 ffi bindings - Updates the merkle_tree ffi test files - Adds ci test for merkle_tree

Uses this branch https://github.com/a16z/jolt/pull/387/files pending merge within Jolt

> Could we use one of the seedable rngs rather than thread rngs? for reference https://rust-random.github.io/book/guide-seeding.html https://docs.rs/proptest/latest/proptest/prelude/trait.Rng.html

I'm down to take this on