Skip to content

Commit 46e2719

Browse files
authored
Make pull request hyperlink format consistent (#2306)
Signed-off-by: Ganyu (Bruce) Xu <[email protected]>
1 parent ed5c2cc commit 46e2719

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

RELEASE.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ None reported
3232
<!--- git log HEAD...0.14.0 --->
3333
## Significant changes
3434
- **Integrated SLH-DSA implementation from [pq-code-package/slhdsa-c](https://github.com/pq-code-package/slhdsa-c/)**
35-
- SLH-DSA ACVP tests [#2237](https://github.com/open-quantum-safe/liboqs/pull/2237)
36-
- Integrate SLH-DSA-C Library [#2175](https://github.com/open-quantum-safe/liboqs/pull/2175)
37-
- Added NTRU back [#2176](https://github.com/open-quantum-safe/liboqs/pull/2176)
35+
- SLH-DSA ACVP tests ([#2237](https://github.com/open-quantum-safe/liboqs/pull/2237))
36+
- Integrate SLH-DSA-C Library ([#2175](https://github.com/open-quantum-safe/liboqs/pull/2175))
37+
- Added NTRU back ([#2176](https://github.com/open-quantum-safe/liboqs/pull/2176))
3838
- Removed all Dilithium implementations ([#2275](https://github.com/open-quantum-safe/liboqs/pull/2275))
3939
- Replaced SPHINCS+ with SLH-DSA for CMake build option `OQS_ALGS_ENABLED=STD` ([#2290](https://github.com/open-quantum-safe/liboqs/pull/2290))
40-
- Updated CROSS to version 2.2 [#2247](https://github.com/open-quantum-safe/liboqs/pull/2247)
41-
- Included DeriveEncapsulation functionality (Issue #2135) [#2221](https://github.com/open-quantum-safe/liboqs/pull/2221)
42-
- Integrated ML-KEM implementation from ICICLE-PQC [#2216](https://github.com/open-quantum-safe/liboqs/pull/2216)
40+
- Updated CROSS to version 2.2 ([#2247](https://github.com/open-quantum-safe/liboqs/pull/2247))
41+
- Included DeriveEncapsulation functionality ([#2221](https://github.com/open-quantum-safe/liboqs/pull/2221))
42+
- Integrated ML-KEM implementation from ICICLE-PQC ([#2216](https://github.com/open-quantum-safe/liboqs/pull/2216))
4343

4444
## Bug fixes
4545
- Fixed incorrect import in OV-III-pkc_skc ([#2299](https://github.com/open-quantum-safe/liboqs/pull/2299))
@@ -50,10 +50,10 @@ None reported
5050
- Fixed uninitialized `length_encaps_seed` for NTRU implementations ([#2266](https://github.com/open-quantum-safe/liboqs/pull/2266))
5151
<!-- NOTES: #2258 was overwritten by #2288 and thus omitted from release notes for the sake of clarity -->
5252
<!-- - Patched ICICLE ML-KEM for deterministic encapsulation ([#2258](https://github.com/open-quantum-safe/liboqs/pull/2258)) -->
53-
- Changed 64 bit add to 32 bit add to wrap on 32 bit counter for AES-CTR AES-NI implementation [#2252](https://github.com/open-quantum-safe/liboqs/pull/2252)
54-
- Improved random number generator security [#2225](https://github.com/open-quantum-safe/liboqs/pull/2225)
55-
- Avoided invalid compiler options for MSVC [#2239](https://github.com/open-quantum-safe/liboqs/pull/2239)
56-
- Added Classic McEliece sanitization patch [#2218](https://github.com/open-quantum-safe/liboqs/pull/2218)
53+
- Changed 64 bit add to 32 bit add to wrap on 32 bit counter for AES-CTR AES-NI implementation ([#2252](https://github.com/open-quantum-safe/liboqs/pull/2252))
54+
- Improved random number generator security ([#2225](https://github.com/open-quantum-safe/liboqs/pull/2225))
55+
- Avoided invalid compiler options for MSVC ([#2239](https://github.com/open-quantum-safe/liboqs/pull/2239))
56+
- Added Classic McEliece sanitization patch ([#2218](https://github.com/open-quantum-safe/liboqs/pull/2218))
5757

5858
## Miscellaneous
5959
- Deprecated `noregress` scripts ([#2295](https://github.com/open-quantum-safe/liboqs/pull/2295))
@@ -65,23 +65,23 @@ None reported
6565
- Linked to contribution wishlist from CONTRIBUTING.md ([#2273](https://github.com/open-quantum-safe/liboqs/pull/2273))
6666
- Added content:read permission to scorecard workflow ([#2261](https://github.com/open-quantum-safe/liboqs/pull/2261))
6767
- Added guidance and questions on generative AI use ([#2269](https://github.com/open-quantum-safe/liboqs/pull/2269))
68-
- Moved `linux_arm_emulated` to extended tests [#2236](https://github.com/open-quantum-safe/liboqs/pull/2236)
69-
- Fixed pluralization in docs: "key encapsulation mechanisms (KEMs)" [#2255](https://github.com/open-quantum-safe/liboqs/pull/2255)
70-
- Fixed permissions for poutine_analysis job [#2246](https://github.com/open-quantum-safe/liboqs/pull/2246)
71-
- Disabled testing on Travis CI [#2248](https://github.com/open-quantum-safe/liboqs/pull/2248)
72-
- Upgraded Jinja to 3.1.6 [#2214](https://github.com/open-quantum-safe/liboqs/pull/2214)
73-
- Updated license info for ML-KEM [#2250](https://github.com/open-quantum-safe/liboqs/pull/2250)
74-
- Fixed typos across codebase [#2244](https://github.com/open-quantum-safe/liboqs/pull/2244)
75-
- Restructured basic checks [#2233](https://github.com/open-quantum-safe/liboqs/pull/2233)
76-
- Fixed code scanning workflow [#2217](https://github.com/open-quantum-safe/liboqs/pull/2217)
77-
- Changed Nix install action to verified [#2212](https://github.com/open-quantum-safe/liboqs/pull/2212)
78-
- Removed `armel` comment [#2231](https://github.com/open-quantum-safe/liboqs/pull/2231)
79-
- Removed `armel` support from `PLATFORMS.md` [#2232](https://github.com/open-quantum-safe/liboqs/pull/2232)
80-
- Added Poutine SASL [#2213](https://github.com/open-quantum-safe/liboqs/pull/2213)
81-
- Updated nixpkgs from 24.05 to 25.05 [#2187](https://github.com/open-quantum-safe/liboqs/pull/2187)
82-
- Added Custom Timeout to CI [#2189](https://github.com/open-quantum-safe/liboqs/pull/2189)
83-
- Updated ACVP to 1.1.0.40 [#2172](https://github.com/open-quantum-safe/liboqs/pull/2172)
84-
- Switched to dev mode for 0.14.1 [#2199](https://github.com/open-quantum-safe/liboqs/pull/2199)
68+
- Moved `linux_arm_emulated` to extended tests ([#2236](https://github.com/open-quantum-safe/liboqs/pull/2236))
69+
- Fixed pluralization in docs: "key encapsulation mechanisms (KEMs)" ([#2255](https://github.com/open-quantum-safe/liboqs/pull/2255))
70+
- Fixed permissions for poutine_analysis job ([#2246](https://github.com/open-quantum-safe/liboqs/pull/2246))
71+
- Disabled testing on Travis CI ([#2248](https://github.com/open-quantum-safe/liboqs/pull/2248))
72+
- Upgraded Jinja to 3.1.6 ([#2214](https://github.com/open-quantum-safe/liboqs/pull/2214))
73+
- Updated license info for ML-KEM ([#2250](https://github.com/open-quantum-safe/liboqs/pull/2250))
74+
- Fixed typos across codebase ([#2244](https://github.com/open-quantum-safe/liboqs/pull/2244))
75+
- Restructured basic checks ([#2233](https://github.com/open-quantum-safe/liboqs/pull/2233))
76+
- Fixed code scanning workflow ([#2217](https://github.com/open-quantum-safe/liboqs/pull/2217))
77+
- Changed Nix install action to verified ([#2212](https://github.com/open-quantum-safe/liboqs/pull/2212))
78+
- Removed `armel` comment ([#2231](https://github.com/open-quantum-safe/liboqs/pull/2231))
79+
- Removed `armel` support from `PLATFORMS.md` ([#2232](https://github.com/open-quantum-safe/liboqs/pull/2232))
80+
- Added Poutine SASL ([#2213](https://github.com/open-quantum-safe/liboqs/pull/2213))
81+
- Updated nixpkgs from 24.05 to 25.05 ([#2187](https://github.com/open-quantum-safe/liboqs/pull/2187))
82+
- Added Custom Timeout to CI ([#2189](https://github.com/open-quantum-safe/liboqs/pull/2189))
83+
- Updated ACVP to 1.1.0.40 ([#2172](https://github.com/open-quantum-safe/liboqs/pull/2172))
84+
- Switched to dev mode for 0.14.1 ([#2199](https://github.com/open-quantum-safe/liboqs/pull/2199))
8585

8686
## New contributors
8787
- Ganyu (Bruce) Xu (@xuganyu96)

0 commit comments

Comments
 (0)