Skip to content

Commit

Permalink
Switch to upstream repo with patches [full tests]
Browse files Browse the repository at this point in the history
Signed-off-by: Basil Hess <[email protected]>
  • Loading branch information
bhess committed Jan 21, 2025
1 parent ae07352 commit 8e38b0a
Show file tree
Hide file tree
Showing 4 changed files with 762 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/algorithms/kem/ml_kem.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- **Authors' website**: https://pq-crystals.org/kyber/ and https://csrc.nist.gov/pubs/fips/203
- **Specification version**: ML-KEM.
- **Primary Source**<a name="primary-source"></a>:
- **Source**: https://github.com/bhess/mlkem-native/commit/7d1fda02fcdd4b7b599125de1732a4e40381bfc0
- **Source**: https://github.com/pq-code-package/mlkem-native/commit/21c0c397f243543a9d4334860d9edb1d4e6a6cda
- **Implementation license (SPDX-Identifier)**: CC0-1.0 or Apache-2.0


Expand Down
2 changes: 1 addition & 1 deletion docs/algorithms/kem/ml_kem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ website: https://pq-crystals.org/kyber/ and https://csrc.nist.gov/pubs/fips/203
nist-round: FIPS203
spec-version: ML-KEM
primary-upstream:
source: https://github.com/bhess/mlkem-native/commit/7d1fda02fcdd4b7b599125de1732a4e40381bfc0
source: https://github.com/pq-code-package/mlkem-native/commit/21c0c397f243543a9d4334860d9edb1d4e6a6cda
spdx-license-identifier: CC0-1.0 or Apache-2.0
parameter-sets:
- name: ML-KEM-512
Expand Down
7 changes: 4 additions & 3 deletions scripts/copy_from_upstream/copy_from_upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,12 @@ upstreams:
patches: [pqcrystals-kyber-yml.patch, pqcrystals-kyber-ref-shake-aes.patch, pqcrystals-kyber-avx2-shake-aes.patch]
-
name: mlkem-native
git_url: https://github.com/bhess/mlkem-native.git
git_branch: updates-6
git_commit: 7d1fda02fcdd4b7b599125de1732a4e40381bfc0
git_url: https://github.com/pq-code-package/mlkem-native.git
git_branch: main
git_commit: 21c0c397f243543a9d4334860d9edb1d4e6a6cda
kem_meta_path: '{pretty_name_full}_META.yml'
kem_scheme_path: '.'
patches: [mlkem-native.patch]
-
name: pqcrystals-dilithium
git_url: https://github.com/pq-crystals/dilithium.git
Expand Down
Loading

0 comments on commit 8e38b0a

Please sign in to comment.