Skip to content

co-acvm: 0.3.0

Compare
Choose a tag to compare
@dkales dkales released this 12 Nov 15:23
· 2 commits to main since this release

0.3.0 (2024-11-12)

⚠ BREAKING CHANGES

  • Use ACVMType in co-builder
  • co-noir now stores shared inputs in a different format (BTreeMap<String, Rep3AcvmType> instead of BTreeMap<String, Rep3PrimeFieldShare>)

Features

  • squashed commit of co-noir (b132afc)

Bug Fixes

  • Adapt co-noir binary to handle public noir inputs correctly (#216) (bed3996)

Code Refactoring

  • Use ACVMType in co-builder (e078c22)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • mpc-core bumped from 0.5.0 to 0.6.0