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 theRuntimeBignum
struct. (#134)
Features
- Export pre-defined bignum types (#125) (41c3882)
- Refactor library to work on u128 limbs (#120) (78e7216)