mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-10-15 00:01:37 -04:00
* Set new version of Kyber ARM to use from PQClean * Result of running copy_from_upstream * Removed the need for pqclean aarch64 patches * Updating doc generation to be a little more careful about when required flags is an empty list Co-authored-by: Jason Goertzen <Martyrshot@gmail.com>
112 lines
3.2 KiB
YAML
112 lines
3.2 KiB
YAML
name: SABER
|
|
type: kem
|
|
principal-submitters:
|
|
- Jan-Pieter D'Anvers
|
|
- Angshuman Karmakar
|
|
- Sujoy Sinha Roy
|
|
- Frederik Vercauteren
|
|
crypto-assumption: Module learning with rounding
|
|
website: https://www.esat.kuleuven.be/cosic/pqcrypto/saber/
|
|
nist-round: 3
|
|
spec-version: NIST Round 3 submission
|
|
upstream-ancestors:
|
|
- https://github.com/jschanck/package-pqclean/tree/1ae84c3c/saber
|
|
- https://github.com/KULeuven-COSIC/SABER/tree/509cc5ec3a7e12a751ccdd2ef5bd6e54e00bd350
|
|
parameter-sets:
|
|
- name: LightSaber-KEM
|
|
claimed-nist-level: 1
|
|
claimed-security: IND-CCA2
|
|
length-public-key: 672
|
|
length-ciphertext: 736
|
|
length-secret-key: 1568
|
|
length-shared-secret: 32
|
|
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
|
|
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: Saber-KEM
|
|
claimed-nist-level: 3
|
|
claimed-security: IND-CCA2
|
|
length-ciphertext: 1088
|
|
length-public-key: 992
|
|
length-secret-key: 2304
|
|
length-shared-secret: 32
|
|
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
|
|
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: FireSaber-KEM
|
|
claimed-nist-level: 5
|
|
claimed-security: IND-CCA2
|
|
length-ciphertext: 1472
|
|
length-public-key: 1312
|
|
length-secret-key: 3040
|
|
length-shared-secret: 32
|
|
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
|
|
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
|
|
primary-upstream:
|
|
spdx-license-identifier: Public domain
|
|
source: https://github.com/PQClean/PQClean/commit/f365dcfe69f15325443ce65df9798e42816f78e9
|