Skip to content

Releases: TaceoLabs/co-snarks

circom-mpc-compiler: v0.1.0

14 Jun 12:47
Compare
Choose a tag to compare

0.1.0 (2024-06-14)

Features

  • added better assert message when assert fails (ae0d8be)
  • emit pow/mod opcodes (08f478e)
  • fixed poseidonex_test (f119394)
  • implement shift right for public shift values (7db3730)
  • implemented plain/aby3 cmux and bool not for shared if handling (e5701aa)
  • integrate witness extension via MPC VM into CLI binary (f526081)
  • public inputs support (#76) (07cf260)
  • shared control flow test working for single return values (6f4aabb)
  • shared_control_flow arrays working except loops (15cdecf)
  • VM if logic first draft (cb9e525)

Bug Fixes

  • fixed array as paramters and return val for functions (escalarmulw4table_test) (8f38648)
  • fixed smt and sha test cases (signal offset of components fixed) (5442507)