Releases: kaidokert/fixed-bigint-rs
Releases · kaidokert/fixed-bigint-rs
v0.1.17
What's Changed
- Impl Sum and Product by @kaidokert in #46
- Improve coverage by @kaidokert in #47
- Implement roots by @kaidokert in #48
- Fix FromPrimitive overflow check by @kaidokert in #49
- Improve rotate tests by @kaidokert in #50
- Enable features for coverage by @kaidokert in #51
- Reduce stack size in division by @kaidokert in #53
Full Changelog: v0.1.16...v0.1.17
v0.1.16
v0.1.15
What's Changed
- Implement Display, FromStr and Hash by @kaidokert in #44
Full Changelog: v0.1.14...v0.1.15
v0.1.13
v0.1.12
v0.1.11
What's Changed
- Implement decimal string conversions, cleanup by @kaidokert in #40
- Add u64 word sizes
- Remove clunky to_ne_bytes implementation
- Add to_radix_str
- Fix to_radix_str to support any radix from 2 to 16
Full Changelog: v0.1.10...v0.1.11
v0.1.10
What's Changed
- Adds ToBytes implementation, optional zeroize support by @kaidokert in #37
- Implement FromBytes by @kaidokert in #39
- To/FromBytes implementations currently use unsafe, due to limited const generics ( needs
generic_const_exprs)
Full Changelog: v0.1.9...v0.1.10