This repository has been archived by the owner on Apr 9, 2024. It is now read-only.
root: v0.13.0
0.13.0 (2023-06-01)
⚠ BREAKING CHANGES
- added hash index to pedersen (#281)
- Add variable length keccak opcode (#314)
- Remove AES opcode (#302)
- acir, acvm: Remove ComputeMerkleRoot opcode #296
- Remove manual serialization of
Opcode
s in favour ofserde
(#286) - Remove backend solvable methods from the interface and solve them in ACVM (#264)
- Reorganize code related to
PartialWitnessGenerator
(#287)
Features
- acir, acvm: Remove ComputeMerkleRoot opcode #296 (8b3923e)
- Add
Brillig
opcode to introduce custom non-determinism to ACVM (#152) (3c6740a) - Add variable length keccak opcode (#314) (7bfd169)
- added hash index to pedersen (#281) (61820b6)
- Remove backend solvable methods from the interface and solve them in ACVM (#264) (69916cb)