Skip to content

v0.4.1

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Nov 13:41
0f95238

0.4.1 (2024-11-08)

Features

  • Optimize brillig execution of split_X_bits functions (#47) (31ebc7c)
  • Remove a bunch of unnecessary bytecode from unconstrained ops (#50) (08c4151)
  • Remove generic parameter from the BigNum trait (#44) (53f652b)

Bug Fixes

  • Check that RuntimeBigNums have the same BigNumParams on operations (#46) (729dd24)
  • Fix barrett reduction bug (#51) (c61a621)
  • Fix broken tests in runtime_bignum_test.nr (#39) (63e6c85)