From 9c68f3d7e4c883cdab772684bc855e3a4e488cf7 Mon Sep 17 00:00:00 2001 From: Pravek Sharma Date: Fri, 25 Apr 2025 12:09:39 -0400 Subject: [PATCH] Change cupqc upstream repo (#2115) Signed-off-by: Pravek Sharma --- docs/algorithms/kem/ml_kem.md | 2 +- docs/algorithms/kem/ml_kem.yml | 2 +- scripts/copy_from_upstream/copy_from_upstream.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/algorithms/kem/ml_kem.md b/docs/algorithms/kem/ml_kem.md index f3f61526d..872c9cb6a 100644 --- a/docs/algorithms/kem/ml_kem.md +++ b/docs/algorithms/kem/ml_kem.md @@ -11,7 +11,7 @@ - **Implementation license (SPDX-Identifier)**: CC0-1.0 or Apache-2.0 - **Optimized Implementation sources**: https://github.com/pq-code-package/mlkem-native/commit/09bb1790bf9d38e1714f39af789306f28cdd395d with copy_from_upstream patches - **cupqc-cuda**: - - **Source**: https://github.com/praveksharma/cupqc-mlkem/commit/b026f4e5475cd9c20c2082c7d9bad80e5b0ba89e + - **Source**: https://github.com/open-quantum-safe/liboqs-cupqc-meta/commit/b026f4e5475cd9c20c2082c7d9bad80e5b0ba89e - **Implementation license (SPDX-Identifier)**: Apache-2.0 diff --git a/docs/algorithms/kem/ml_kem.yml b/docs/algorithms/kem/ml_kem.yml index 835e79f42..eb3366567 100644 --- a/docs/algorithms/kem/ml_kem.yml +++ b/docs/algorithms/kem/ml_kem.yml @@ -22,7 +22,7 @@ primary-upstream: spdx-license-identifier: CC0-1.0 or Apache-2.0 optimized-upstreams: cupqc-cuda: - source: https://github.com/praveksharma/cupqc-mlkem/commit/b026f4e5475cd9c20c2082c7d9bad80e5b0ba89e + source: https://github.com/open-quantum-safe/liboqs-cupqc-meta/commit/b026f4e5475cd9c20c2082c7d9bad80e5b0ba89e spdx-license-identifier: Apache-2.0 parameter-sets: - name: ML-KEM-512 diff --git a/scripts/copy_from_upstream/copy_from_upstream.yml b/scripts/copy_from_upstream/copy_from_upstream.yml index 2d559f65e..26ea05868 100644 --- a/scripts/copy_from_upstream/copy_from_upstream.yml +++ b/scripts/copy_from_upstream/copy_from_upstream.yml @@ -41,7 +41,7 @@ upstreams: preserve_folder_structure: True - name: cupqc - git_url: https://github.com/praveksharma/cupqc-mlkem.git + git_url: https://github.com/open-quantum-safe/liboqs-cupqc-meta.git git_branch: main git_commit: b026f4e5475cd9c20c2082c7d9bad80e5b0ba89e kem_meta_path: '{pretty_name_full}_META.yml'