Skip to content

Releases: kaidokert/fixed-bigint-rs

v0.1.17

22 Jul 05:41
bc30975

Choose a tag to compare

What's Changed

Full Changelog: v0.1.16...v0.1.17

v0.1.16

07 Jul 08:04
fde533d

Choose a tag to compare

What's Changed

Full Changelog: v0.1.15...v0.1.16

v0.1.15

07 Jul 07:50
fc2c1d1

Choose a tag to compare

What's Changed

Full Changelog: v0.1.14...v0.1.15

v0.1.13

12 Feb 07:36
5f88f5f

Choose a tag to compare

What's Changed

Full Changelog: v0.1.12...v0.1.13

v0.1.12

11 Feb 06:31
3504b4a

Choose a tag to compare

What's Changed

Full Changelog: v0.1.11...v0.1.12

v0.1.11

06 Oct 02:37

Choose a tag to compare

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

29 Sep 01:03

Choose a tag to compare

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

v0.1.8

07 Dec 06:28

Choose a tag to compare

  • Implemented PrimInt::pow()
  • Implemented PrimInt::from_le(), from_be, to_le, to_be
  • Implemented PrimInt::swap_bytes()
  • Improved test coverage

v0.1.7

12 Oct 15:52
ad78235

Choose a tag to compare

Re-exported missing num_integer crate

v0.1.6

12 Oct 03:45
8a1389e

Choose a tag to compare

Added num-integer::Integer implementation

Fixed newly issued Clippy warnings