Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

acir: v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Feb 11:54
b407f18

0.5.0 (2023-02-22)

⚠ BREAKING CHANGES

  • acir: make PublicInputs use a BTreeSet rather than Vec (#99)
  • refactor ToRadix to ToRadixLe and ToRadixBe (#58)
  • acir: Add keccak256 Opcode (#91)

Features

  • acir: Add keccak256 Opcode (#91) (b909146)
  • acir: make PublicInputs use a BTreeSet rather than Vec (#99) (53666b7)

Miscellaneous Chores

  • refactor ToRadix to ToRadixLe and ToRadixBe (#58) (2427a27)
  • Reorganiser compiler in terms of optimisers and transformers (#88) (9329307)