File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
44and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
55
66
7- ## [ Unreleased]
7+ ## [ 0.3.0] - In development
8+
9+ ### Changed
10+
11+ - ` sieve_once() ` was removed ([ #22 ] ).
12+ - ` MillerRabin::new() ` and ` test_random_base() ` will panic if the input is invalid. ([ #22 ] )
13+
814
915### Added
1016
@@ -14,9 +20,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1420### Fixed
1521
1622- Some mistakes in the description of Lucas checks (the logic itself was fine). ([ #20 ] )
23+ - Major performance increase across the board due to better sieving (especially for random safe prime finding). ([ #22 ] )
1724
1825
1926[ #20 ] : https://github.com/nucypher/rust-umbral/pull/20
27+ [ #22 ] : https://github.com/nucypher/rust-umbral/pull/22
2028
2129
2230## [ 0.2.0] - 2023-03-06
@@ -52,6 +60,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5260Initial release.
5361
5462
55- [ Unreleased ] : https://github.com/entropyxyz/crypto-primes/compare/v0.2.0...HEAD
5663[ 0.1.0 ] : https://github.com/nucypher/rust-umbral/releases/tag/v0.1.0
5764[ 0.2.0 ] : https://github.com/nucypher/rust-umbral/releases/tag/v0.2.0
You can’t perform that action at this time.
0 commit comments