From 352b5d3db95006d50b192aba9748cba248ccabaf Mon Sep 17 00:00:00 2001 From: "John M. Schanck" Date: Thu, 18 Mar 2021 13:26:10 -0400 Subject: [PATCH] Bump PQClean commit number in copy_from_upstream.yml --- docs/algorithms/kem/hqc.md | 2 +- docs/algorithms/kem/ntru.md | 2 +- docs/algorithms/kem/ntruprime.md | 2 +- docs/algorithms/kem/saber.md | 2 +- docs/algorithms/sig/falcon.md | 2 +- docs/algorithms/sig/rainbow.md | 2 +- scripts/copy_from_upstream/copy_from_upstream.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/algorithms/kem/hqc.md b/docs/algorithms/kem/hqc.md index 6a7814026..3f44fa4fc 100644 --- a/docs/algorithms/kem/hqc.md +++ b/docs/algorithms/kem/hqc.md @@ -9,7 +9,7 @@ ## Implementation - **Source of implementation**: hqc-submission_2020-10-01 via https://github.com/jschanck/package-pqclean/tree/c9181076/hqc -- **Implementation version**: https://github.com/PQClean/PQClean.git, master, ebcc71c51a30b6e5db4f1fade22999b346fdafce +- **Implementation version**: https://github.com/PQClean/PQClean.git, master, 865f0bd1d1dceb6624fc27e6395b14d2d03261ad - **License**: Public domain - **Constant-time**: Yes - **Optimizations**: Portable C with AVX2, BMI1, PCLMULQDQ instructions (if available at run-time) diff --git a/docs/algorithms/kem/ntru.md b/docs/algorithms/kem/ntru.md index 9a5e40ce1..32491a547 100644 --- a/docs/algorithms/kem/ntru.md +++ b/docs/algorithms/kem/ntru.md @@ -9,7 +9,7 @@ ## Implementation - **Source of implementation**: https://github.com/jschanck/ntru/tree/a43a4457 -- **Implementation version**: https://github.com/PQClean/PQClean.git, master, ebcc71c51a30b6e5db4f1fade22999b346fdafce +- **Implementation version**: https://github.com/PQClean/PQClean.git, master, 865f0bd1d1dceb6624fc27e6395b14d2d03261ad - **License**: Public domain - **Constant-time**: Yes - **Optimizations**: Portable C with AVX2, BMI2 instructions (if available at run-time) diff --git a/docs/algorithms/kem/ntruprime.md b/docs/algorithms/kem/ntruprime.md index 28b1f3e13..8e40ee507 100644 --- a/docs/algorithms/kem/ntruprime.md +++ b/docs/algorithms/kem/ntruprime.md @@ -9,7 +9,7 @@ ## Implementation - **Source of implementation**: SUPERCOP-20200826 -- **Implementation version**: https://github.com/PQClean/PQClean.git, master, ebcc71c51a30b6e5db4f1fade22999b346fdafce +- **Implementation version**: https://github.com/PQClean/PQClean.git, master, 865f0bd1d1dceb6624fc27e6395b14d2d03261ad - **License**: Public domain - **Constant-time**: Yes - **Optimizations**: Portable C with AVX2 instructions (if available at run-time) diff --git a/docs/algorithms/kem/saber.md b/docs/algorithms/kem/saber.md index 57f0bb37e..02d448373 100644 --- a/docs/algorithms/kem/saber.md +++ b/docs/algorithms/kem/saber.md @@ -9,7 +9,7 @@ ## Implementation - **Source of implementation**: https://github.com/KULeuven-COSIC/SABER/tree/509cc5ec3a7e12a751ccdd2ef5bd6e54e00bd350 via https://github.com/jschanck/package-pqclean/tree/1ae84c3c/saber -- **Implementation version**: https://github.com/PQClean/PQClean.git, master, ebcc71c51a30b6e5db4f1fade22999b346fdafce +- **Implementation version**: https://github.com/PQClean/PQClean.git, master, 865f0bd1d1dceb6624fc27e6395b14d2d03261ad - **License**: Public domain - **Constant-time**: Yes - **Optimizations**: Portable C with AVX2 instructions (if available at run-time) diff --git a/docs/algorithms/sig/falcon.md b/docs/algorithms/sig/falcon.md index 6bc903734..606c5d094 100644 --- a/docs/algorithms/sig/falcon.md +++ b/docs/algorithms/sig/falcon.md @@ -9,7 +9,7 @@ ## Implementation - **Source of implementation**: supercop-20201018 via https://github.com/jschanck/package-pqclean/tree/cea1fa5a/falcon -- **Implementation version**: https://github.com/PQClean/PQClean.git, master, ebcc71c51a30b6e5db4f1fade22999b346fdafce +- **Implementation version**: https://github.com/PQClean/PQClean.git, master, 865f0bd1d1dceb6624fc27e6395b14d2d03261ad - **License**: CC0 1.0 Universal - **Constant-time**: Yes - **Optimizations**: Portable C with AVX2 instructions (if available at run-time) diff --git a/docs/algorithms/sig/rainbow.md b/docs/algorithms/sig/rainbow.md index 94d462910..98ecca83b 100644 --- a/docs/algorithms/sig/rainbow.md +++ b/docs/algorithms/sig/rainbow.md @@ -8,7 +8,7 @@ ## Implementation - **Source of implementation**: https://github.com/fast-crypto-lab/rainbow-submission-round2/commit/173ada0e077e1b9dbd8e4a78994f87acc0c92263 -- **Implementation version**: https://github.com/PQClean/PQClean.git, master, ebcc71c51a30b6e5db4f1fade22999b346fdafce +- **Implementation version**: https://github.com/PQClean/PQClean.git, master, 865f0bd1d1dceb6624fc27e6395b14d2d03261ad - **License**: CC0 1.0 - **Constant-time**: Yes - **Optimizations**: Portable C diff --git a/scripts/copy_from_upstream/copy_from_upstream.yml b/scripts/copy_from_upstream/copy_from_upstream.yml index 3930d2f22..2e60efabd 100644 --- a/scripts/copy_from_upstream/copy_from_upstream.yml +++ b/scripts/copy_from_upstream/copy_from_upstream.yml @@ -3,7 +3,7 @@ upstreams: name: pqclean git_url: https://github.com/PQClean/PQClean.git git_branch: master - git_commit: ebcc71c51a30b6e5db4f1fade22999b346fdafce + git_commit: 865f0bd1d1dceb6624fc27e6395b14d2d03261ad kem_meta_path: 'crypto_kem/{pqclean_scheme}/META.yml' sig_meta_path: 'crypto_sign/{pqclean_scheme}/META.yml' kem_scheme_path: 'crypto_kem/{pqclean_scheme}'