You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,15 +8,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
9
9
### Changed
10
10
11
-
- Bumped `crypto-bigint` to 0.6.0-pre.6. ([#38])
12
-
- Bumped MSRV to 1.73. (#[38])
13
-
-`MillerRabin::new()` takes an `Odd`-wrapped integer. `random_odd_uint()` is renamed to `random_odd_integer()`, takes a `NonZeroU32` for `bit_length`, and returns an `Odd`-wrapped integer. `LucasBase::generate()` takes an `Odd`-wrapped integer. `lucas_test` takes an `Odd`-wrapped integer. (#[38])
14
-
- All bit length-type parameters take `u32` instead of `usize`. (#[38])
15
-
- All the API is based on the `Integer` trait instead of `Uint` specifically. (#[38])
11
+
- Bumped `crypto-bigint` to 0.6.0-pre.7. ([#40])
12
+
- Bumped MSRV to 1.73. ([#36])
13
+
-`MillerRabin::new()` takes an `Odd`-wrapped integer by value. `random_odd_uint()` returns an `Odd`-wrapped integer. `LucasBase::generate()` takes an `Odd`-wrapped integer. `lucas_test` takes an `Odd`-wrapped integer. ([#36])
14
+
-`random_odd_uint()` is renamed to `random_odd_integer()`, takes a `NonZeroU32` for `bit_length`. ([#38])
15
+
- All bit length-type parameters take `u32` instead of `usize`. ([#36])
16
+
- All the API is based on the `Integer` trait instead of `Uint` specifically. ([#38])
17
+
- High-level generation/checking functions take an additional `bits_precision` argument. ([#40])
0 commit comments