Skip to content

circom-mpc-compiler: v0.6.0

Compare
Choose a tag to compare

0.6.0 (2024-08-21)

⚠ BREAKING CHANGES

  • we hardcoded bn128 as prime for the compiler. We now give either bn128 or bls12381 depending on curve. Introduces new trait bounds therefore breaking change
  • Removed the builder step for the compiler as we now have a config anyways. Moved some stuff to the config

Bug Fixes

  • fixes prime for the mpc compiler (5712184)

Code Refactoring

  • Removed builder pattern for compiler (260d5e8)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • circom-types bumped from 0.4.0 to 0.5.0
      • circom-mpc-vm bumped from 0.4.0 to 0.4.1
    • dev-dependencies
      • co-groth16 bumped from 0.4.0 to 0.5.0
      • mpc-core bumped from 0.3.0 to 0.4.0