Skip to content

Commit 94f6657

Browse files
committed
Update the changelog
1 parent 134d528 commit 94f6657

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010

1111
- Bumped `crypto-bigint` to 0.6.0-pre.5. ([#38])
1212
- Bumped MSRV to 1.73. (#[38])
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. (#[38])
13+
- `MillerRabin::new()` takes an `Odd`-wrapped integer. `random_odd_uint()` returns an `Odd`-wrapped integer. `LucasBase::generate()` takes an `Odd`-wrapped integer. `lucas_test` takes an `Odd`-wrapped integer. (#[38])
1414
- 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])
1516

1617

17-
[#35]: https://github.com/entropyxyz/crypto-primes/pull/38
18+
[#36]: https://github.com/entropyxyz/crypto-primes/pull/36
19+
[#38]: https://github.com/entropyxyz/crypto-primes/pull/38
1820

1921

2022
## [0.5.0] - 2023-08-20

0 commit comments

Comments
 (0)