Skip to content

Commit 2379c91

Browse files
committed
Fix copy-paste errors in the changelog
1 parent 93799b8 commit 2379c91

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

CHANGELOG.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
- Bumped `crypto-bigint` to 0.5.4. ([#35])
1212

1313

14-
[#35]: https://github.com/nucypher/rust-umbral/pull/35
14+
[#35]: https://github.com/entropyxyz/crypto-primes/pull/35
1515

1616

1717
## [0.5.0] - 2023-08-20
@@ -23,7 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2323
- Set lower bound `rand_core = 0.6.4`. ([#31])
2424

2525

26-
[#31]: https://github.com/nucypher/rust-umbral/pull/31
26+
[#31]: https://github.com/entropyxyz/crypto-primes/pull/31
2727

2828

2929
## [0.4.1] - 2023-07-11
@@ -33,7 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3333
- `subtle` version requirement relaxed to the (implicit) 2.4, instead of technically requiring 2.5 to compile. ([#30])
3434

3535

36-
[#30]: https://github.com/nucypher/rust-umbral/pull/30
36+
[#30]: https://github.com/entropyxyz/crypto-primes/pull/30
3737

3838

3939
## [0.4.0] - 2023-06-28
@@ -50,9 +50,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5050
- Default preset now uses A* instead of A base selection method for the Lucas test. This does not change the outcomes, but is implemented as a security recommendation. ([#26])
5151

5252

53-
[#26]: https://github.com/nucypher/rust-umbral/pull/26
54-
[#28]: https://github.com/nucypher/rust-umbral/pull/28
55-
[#29]: https://github.com/nucypher/rust-umbral/pull/29
53+
[#26]: https://github.com/entropyxyz/crypto-primes/pull/26
54+
[#28]: https://github.com/entropyxyz/crypto-primes/pull/28
55+
[#29]: https://github.com/entropyxyz/crypto-primes/pull/29
5656

5757

5858
## [0.3.0] - 2023-05-05
@@ -78,10 +78,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7878
- Performance increase for the cases when the bit size of the generated prime is smaller than that of the containing `Uint`. ([#19])
7979

8080

81-
[#19]: https://github.com/nucypher/rust-umbral/pull/19
82-
[#20]: https://github.com/nucypher/rust-umbral/pull/20
83-
[#22]: https://github.com/nucypher/rust-umbral/pull/22
84-
[#24]: https://github.com/nucypher/rust-umbral/pull/24
81+
[#19]: https://github.com/entropyxyz/crypto-primes/pull/19
82+
[#20]: https://github.com/entropyxyz/crypto-primes/pull/20
83+
[#22]: https://github.com/entropyxyz/crypto-primes/pull/22
84+
[#24]: https://github.com/entropyxyz/crypto-primes/pull/24
8585

8686

8787
## [0.2.0] - 2023-03-06
@@ -105,21 +105,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
105105
- Fixed multiple corner cases in `Sieve` for small ranges. ([#14])
106106

107107

108-
[#11]: https://github.com/nucypher/rust-umbral/pull/11
109-
[#12]: https://github.com/nucypher/rust-umbral/pull/12
110-
[#13]: https://github.com/nucypher/rust-umbral/pull/13
111-
[#14]: https://github.com/nucypher/rust-umbral/pull/14
112-
[#18]: https://github.com/nucypher/rust-umbral/pull/18
108+
[#11]: https://github.com/entropyxyz/crypto-primes/pull/11
109+
[#12]: https://github.com/entropyxyz/crypto-primes/pull/12
110+
[#13]: https://github.com/entropyxyz/crypto-primes/pull/13
111+
[#14]: https://github.com/entropyxyz/crypto-primes/pull/14
112+
[#18]: https://github.com/entropyxyz/crypto-primes/pull/18
113113

114114

115115
## [0.1.0] - 2023-01-20
116116

117117
Initial release.
118118

119119

120-
[0.1.0]: https://github.com/nucypher/rust-umbral/releases/tag/v0.1.0
121-
[0.2.0]: https://github.com/nucypher/rust-umbral/releases/tag/v0.2.0
122-
[0.3.0]: https://github.com/nucypher/rust-umbral/releases/tag/v0.3.0
123-
[0.4.0]: https://github.com/nucypher/rust-umbral/releases/tag/v0.4.0
124-
[0.4.1]: https://github.com/nucypher/rust-umbral/releases/tag/v0.4.1
125-
[0.5.0]: https://github.com/nucypher/rust-umbral/releases/tag/v0.5.0
120+
[0.1.0]: https://github.com/entropyxyz/crypto-primes/releases/tag/v0.1.0
121+
[0.2.0]: https://github.com/entropyxyz/crypto-primes/releases/tag/v0.2.0
122+
[0.3.0]: https://github.com/entropyxyz/crypto-primes/releases/tag/v0.3.0
123+
[0.4.0]: https://github.com/entropyxyz/crypto-primes/releases/tag/v0.4.0
124+
[0.4.1]: https://github.com/entropyxyz/crypto-primes/releases/tag/v0.4.1
125+
[0.5.0]: https://github.com/entropyxyz/crypto-primes/releases/tag/v0.5.0

0 commit comments

Comments
 (0)