Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Feb 11:53
1e9bd8a

0.6.0 (2025-02-25)

⚠ BREAKING CHANGES

  • refactor library to work on u128 limbs (#120)
  • remove the RuntimeBignumTrait and impl the methods directly for the RuntimeBignum struct. (#134)

Features

Bug Fixes

Miscellaneous Chores

  • Remove the RuntimeBignumTrait and impl the methods directly for the RuntimeBignum struct. (#134) (954dcf6)