v2023_01_17
What's Changed
- Implement multi-phase
ConstraintSystem
by @han0110 in #97 - Use stable channel rust by @han0110 in #99
- Configurable instance query by @han0110 in #96
- Add verifying key and proving key serialization by @jonathanpwang in #103
- chore: instance columns for poseidon bench by @alexander-camuto in #108
- Fix MockProver
assert_verify
panic errors by @CPerezz in #118 - Improve memory allocation when generating expression identifier by @adria0 in #115
- Parallelize SHPLONK multi-open prover by @jonathanpwang in #114
- fix: FailureLocation::find empty-region handling by @CPerezz in #121
- Feature: Expose Fixed columns & Assembly permutation structs in MockProver instance by @CPerezz in #123
- Feature to serialize/deserialize KZG params, verifying key, and proving key into uncompressed Montgomery form by @jonathanpwang in #111
- Add support for Column annotations for MockProver debugging by @CPerezz in #109
- chore: Move Codecov, wasm-build, Bitrot & doc-tests to push by @CPerezz in #125
- fix: Allow to compare
Assembly
structs by @CPerezz in #126 - Add keccak256 hasher for transcript by @kilic in #2
New Contributors
- @jonathanpwang made their first contribution in #103
- @alexander-camuto made their first contribution in #108
- @CPerezz made their first contribution in #118
- @adria0 made their first contribution in #115
Full Changelog: v2022_08_19...v2023_01_17