mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-10-04 00:02:01 -04:00
* Fix an issue where run_tests tried to run tests from upstream. Fix by @DStebila * No longer checking spdx on files copied from upstream * Added compiler checking for gcc. Must be at least 9.4.0. * Added pqclean's aarch64 optimized kyber implementation to liboqs * stripping asimd flag for ARM64_V8 as it isn't needed and will cause errors when trying to specify it during compilation * Updated kyber docs * Updated kyber markdown so that no-secret-dependent-branching-checked-by-valgrind correctly says false for the new aarch64 implementation * Added automated updating of legacy yaml format, and added some yaml files which don't get automatically updated * Fixed a bug where optimized upstreams would use the primary upstream's supported platform * Fixed a bug with copy_from_upstream.py's verify function where it would always use the default upstream location when comparing with diff * Added reporting for implementations that are in upstream but aren't yet integrated into liboqs * Added support to ignore implementations from upstream in copy_from_upstream.yml. This is to prevent implementations that haven't been integrated into LIBOQS yet from being pulled in by copy_from_upstream.py. It also silences the warning when verifying. * Adding updated ymls and md files for docs * copy_from_upstream.py now also calls update_docs_from_yaml.py
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/7eb978b4a733696bd7197278aa84216095674524
|