Releases: dusk-network/plonk
Releases · dusk-network/plonk
v0.2.3
v0.2.2
v0.2.1 [yanked]
v0.2.0
[0.2.0] - 20-07-20
Added
- Prover and Verifier abstraction @kevaundray
- Error handling and custom errors @CPerezz
- Add prelude file @CPerezz
- Add identity separation challenge to each identity. @kevaundray
- Decouple Prover and Verifier Key @kevaundray
- Remove Preprocessed circuit @kevaundray
- Implement ECC gate @kevaundray
- Add math-related docs @Bounce23
- Add identity separation challenge to each identity @kevaundray
Changed
- Widget splitting to modularize the codebase @kevaundray
Fixed
Removed
- Serde support for the time being.
Plonk implementation launch
[0.1.0] - 25-04-20
Added
- PLONK algorithm implementation.
- Example folders.
- Doc notes with kateX.
- KZG10 polynomial commitment scheme implementation.
- fft module with Polynomial ops implemented.
- Proof system module.