Skip to content

Commit 7d73223

Browse files
committed
Fix the mess in the changelog from #36 and #38
1 parent 752bdee commit 7d73223

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
### Changed
1010

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.6. ([#36])
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])
1617

1718

1819
[#36]: https://github.com/entropyxyz/crypto-primes/pull/36

0 commit comments

Comments
 (0)