mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-11-22 00:09:23 -05:00
* Updated sig templates to add support for arch specific upstreams. Currently behaves as expected, but still need to test (and integrate) dilithium * Fixed a couple of build errors, and started work on dilithium integration from pqclean. Currently failing kat tests * Updated templating for both sig and kem to make them look a little better * Renamed dilithium folders so they are consistent across pqclean and pqcrystals so that copy_from_upstream script will function correctly * Added arm optimized version of dilithium[2|3|5] * Updating other signature schemes CMakeLists.txt to be the output of the updated templates * Arm optimized implementation of dilithium is added, with randomized signing patched into it. copy_from_upstream script is working properly. Still need to update the update_docs scripts before ready to merge * Finished updating docs scripts and yml files. Builds pass, so should be ready for a merge * Fixed template issue with multiple compile flags * Updated doc generation scripts so that all '_' in scheme names are replaced with '\_'
126 lines
3.4 KiB
YAML
126 lines
3.4 KiB
YAML
name: HQC
|
|
type: kem
|
|
principal-submitters:
|
|
- Carlos Aguilar Melchor
|
|
- Nicolas Aragon
|
|
- Slim Bettaieb
|
|
- Olivier Blazy
|
|
- Jurjen Bos
|
|
- Jean-Christophe Deneuville
|
|
- Philippe Gaborit
|
|
- Edoardo Persichetti
|
|
- Jean-Marc Robert
|
|
- Pascal Véron
|
|
- Gilles Zémor
|
|
- Loïc Bidoux
|
|
crypto-assumption: Syndrome decoding of structure codes (Hamming Quasi-Cyclic)
|
|
website: https://pqc-hqc.org/
|
|
nist-round: 3
|
|
spec-version: NIST Round 3 submission
|
|
upstream-ancestors:
|
|
- https://github.com/jschanck/package-pqclean/tree/29f79e72/hqc
|
|
- submission 2020-10-01 at https://pqc-hqc.org/implementation.html
|
|
parameter-sets:
|
|
- name: HQC-128
|
|
claimed-nist-level: 1
|
|
claimed-security: IND-CCA2
|
|
length-public-key: 2249
|
|
length-ciphertext: 4481
|
|
length-secret-key: 2289
|
|
length-shared-secret: 64
|
|
implementations-switch-on-runtime-cpu-features: true
|
|
implementations:
|
|
- upstream-id: clean
|
|
supported-platforms: all
|
|
common-crypto:
|
|
- SHA3: liboqs
|
|
no-secret-dependent-branching-claimed: true
|
|
no-secret-dependent-branching-checked-by-valgrind: true
|
|
large-stack-usage: false
|
|
upstream: primary-upstream
|
|
- upstream-id: avx2
|
|
supported-platforms:
|
|
- architecture: x86_64
|
|
operating_systems:
|
|
- Linux
|
|
- Darwin
|
|
required_flags:
|
|
- avx2
|
|
- bmi1
|
|
- pclmulqdq
|
|
common-crypto:
|
|
- SHA3: liboqs
|
|
no-secret-dependent-branching-claimed: false
|
|
no-secret-dependent-branching-checked-by-valgrind: true
|
|
large-stack-usage: false
|
|
upstream: primary-upstream
|
|
- name: HQC-192
|
|
claimed-nist-level: 3
|
|
claimed-security: IND-CCA2
|
|
length-ciphertext: 9026
|
|
length-public-key: 4522
|
|
length-secret-key: 4562
|
|
length-shared-secret: 64
|
|
implementations-switch-on-runtime-cpu-features: true
|
|
implementations:
|
|
- upstream-id: clean
|
|
supported-platforms: all
|
|
common-crypto:
|
|
- SHA3: liboqs
|
|
no-secret-dependent-branching-claimed: true
|
|
no-secret-dependent-branching-checked-by-valgrind: true
|
|
large-stack-usage: false
|
|
upstream: primary-upstream
|
|
- upstream-id: avx2
|
|
supported-platforms:
|
|
- architecture: x86_64
|
|
operating_systems:
|
|
- Linux
|
|
- Darwin
|
|
required_flags:
|
|
- avx2
|
|
- bmi1
|
|
- pclmulqdq
|
|
common-crypto:
|
|
- SHA3: liboqs
|
|
no-secret-dependent-branching-claimed: false
|
|
no-secret-dependent-branching-checked-by-valgrind: true
|
|
large-stack-usage: false
|
|
upstream: primary-upstream
|
|
- name: HQC-256
|
|
claimed-nist-level: 5
|
|
claimed-security: IND-CCA2
|
|
length-ciphertext: 14469
|
|
length-public-key: 7245
|
|
length-secret-key: 7285
|
|
length-shared-secret: 64
|
|
implementations-switch-on-runtime-cpu-features: true
|
|
implementations:
|
|
- upstream-id: clean
|
|
supported-platforms: all
|
|
common-crypto:
|
|
- SHA3: liboqs
|
|
no-secret-dependent-branching-claimed: true
|
|
no-secret-dependent-branching-checked-by-valgrind: true
|
|
large-stack-usage: false
|
|
upstream: primary-upstream
|
|
- upstream-id: avx2
|
|
supported-platforms:
|
|
- architecture: x86_64
|
|
operating_systems:
|
|
- Linux
|
|
- Darwin
|
|
required_flags:
|
|
- avx2
|
|
- bmi1
|
|
- pclmulqdq
|
|
common-crypto:
|
|
- SHA3: liboqs
|
|
no-secret-dependent-branching-claimed: false
|
|
no-secret-dependent-branching-checked-by-valgrind: true
|
|
large-stack-usage: true
|
|
upstream: primary-upstream
|
|
primary-upstream:
|
|
spdx-license-identifier: Public domain
|
|
source: https://github.com/PQClean/PQClean/commit/4c9e5a3aa715cc8d1d0e377e4e6e682ebd7602d6
|