Skip to content

Commit 6ab4c5a

Browse files
committed
Update license info for ML-KEM
Fixes open-quantum-safe#2249 Signed-off-by: Mattias Lindblad <matlin@gmail.com>
1 parent 5f97363 commit 6ab4c5a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ liboqs includes some third party libraries or modules that are licensed differen
216216
- `src/kem/kyber/pqcrystals-*`: public domain (CC0) or Apache License v2.0
217217
- `src/kem/kyber/pqclean_*`: public domain (CC0), and public domain (CC0) or Apache License v2.0, and public domain (CC0) or MIT, and MIT
218218
- `src/kem/kyber/libjade_*` public domain (CC0) or Apache License v2.
219-
- `src/kem/ml_kem/mlkem-native_*`: Apache License v2.0
219+
- `src/kem/ml_kem/mlkem-native_*`: MIT or Apache License v2.0 or ISC License
220220
- `src/sig/dilithium/pqcrystals-*`: public domain (CC0) or Apache License v2.0
221221
- `src/sig/dilithium/pqclean_*`: public domain (CC0), and public domain (CC0) or Apache License v2.0, and public domain (CC0) or MIT, and MIT
222222
- src/sig/falcon/pqclean_\*\_aarch64 : Apache License v2.0

docs/algorithms/kem/ml_kem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- **Specification version**: ML-KEM.
99
- **Primary Source**<a name="primary-source"></a>:
1010
- **Source**: https://github.com/pq-code-package/mlkem-native/commit/048fc2a7a7b4ba0ad4c989c1ac82491aa94d5bfa
11-
- **Implementation license (SPDX-Identifier)**: CC0-1.0 or Apache-2.0
11+
- **Implementation license (SPDX-Identifier)**: MIT or Apache-2.0 or ISC
1212
- **Optimized Implementation sources**: https://github.com/pq-code-package/mlkem-native/commit/048fc2a7a7b4ba0ad4c989c1ac82491aa94d5bfa
1313
- **cupqc-cuda**:<a name="cupqc-cuda"></a>
1414
- **Source**: https://github.com/open-quantum-safe/liboqs-cupqc-meta/commit/b026f4e5475cd9c20c2082c7d9bad80e5b0ba89e

docs/algorithms/kem/ml_kem.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ nist-round: FIPS203
1818
spec-version: ML-KEM
1919
primary-upstream:
2020
source: https://github.com/pq-code-package/mlkem-native/commit/048fc2a7a7b4ba0ad4c989c1ac82491aa94d5bfa
21-
spdx-license-identifier: CC0-1.0 or Apache-2.0
21+
spdx-license-identifier: MIT or Apache-2.0 or ISC
2222
optimized-upstreams:
2323
cupqc-cuda:
2424
source: https://github.com/open-quantum-safe/liboqs-cupqc-meta/commit/b026f4e5475cd9c20c2082c7d9bad80e5b0ba89e

0 commit comments

Comments
 (0)