mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-12-15 00:03:27 -05:00
* Update to PQClean commit 5b8ef3baea3ffdfbf688a3a1bb8f02de44a67ec0 * executed python3 scripts/update_docs_from_yaml.py Co-authored-by: Michael <57787676+baentsch@users.noreply.github.com>
210 lines
5.6 KiB
YAML
210 lines
5.6 KiB
YAML
name: NTRU-Prime
|
|
type: kem
|
|
principal-submitters:
|
|
- Daniel J. Bernstein
|
|
- Billy Bob Brumley
|
|
- Ming-Shing Chen
|
|
- Chitchanok Chuengsatiansup
|
|
- Tanja Lange
|
|
- Adrian Marotzke
|
|
- Bo-Yuan Peng
|
|
- Nicola Tuveri
|
|
- Christine van Vredendaal
|
|
- Bo-Yin Yang
|
|
crypto-assumption: NTRU
|
|
website: https://ntruprime.cr.yp.to
|
|
nist-round: 3
|
|
spec-version: supercop-20200826
|
|
spdx-license-identifier: Public domain
|
|
upstream: https://github.com/PQClean/PQClean/commit/5b8ef3baea3ffdfbf688a3a1bb8f02de44a67ec0
|
|
upstream-ancestors:
|
|
- https://github.com/jschanck/package-pqclean/tree/4d9f08c3/ntruprime
|
|
- supercop-20210604
|
|
parameter-sets:
|
|
- name: ntrulpr653
|
|
claimed-nist-level: 1
|
|
claimed-security: IND-CCA2
|
|
length-public-key: 897
|
|
length-ciphertext: 1025
|
|
length-secret-key: 1125
|
|
length-shared-secret: 32
|
|
implementations-switch-on-runtime-cpu-features: true
|
|
implementations:
|
|
- upstream-id: clean
|
|
supported-platforms: all
|
|
common-crypto:
|
|
- AES: liboqs
|
|
- SHA2: liboqs
|
|
no-secret-dependent-branching-claimed: true
|
|
no-secret-dependent-branching-checked-by-valgrind: true
|
|
large-stack-usage: false
|
|
- upstream-id: avx2
|
|
supported-platforms:
|
|
- architecture: x86_64
|
|
operating_systems:
|
|
- Linux
|
|
- Darwin
|
|
required_flags:
|
|
- avx2
|
|
common-crypto:
|
|
- AES: liboqs
|
|
- SHA2: liboqs
|
|
no-secret-dependent-branching-claimed: false
|
|
no-secret-dependent-branching-checked-by-valgrind: true
|
|
large-stack-usage: false
|
|
- name: ntrulpr761
|
|
claimed-nist-level: 2
|
|
claimed-security: IND-CCA2
|
|
length-ciphertext: 1167
|
|
length-public-key: 1039
|
|
length-secret-key: 1294
|
|
length-shared-secret: 32
|
|
implementations-switch-on-runtime-cpu-features: true
|
|
implementations:
|
|
- upstream-id: clean
|
|
supported-platforms: all
|
|
common-crypto:
|
|
- AES: liboqs
|
|
- SHA2: liboqs
|
|
no-secret-dependent-branching-claimed: true
|
|
no-secret-dependent-branching-checked-by-valgrind: true
|
|
large-stack-usage: false
|
|
- upstream-id: avx2
|
|
supported-platforms:
|
|
- architecture: x86_64
|
|
operating_systems:
|
|
- Linux
|
|
- Darwin
|
|
required_flags:
|
|
- avx2
|
|
common-crypto:
|
|
- AES: liboqs
|
|
- SHA2: liboqs
|
|
no-secret-dependent-branching-claimed: false
|
|
no-secret-dependent-branching-checked-by-valgrind: true
|
|
large-stack-usage: false
|
|
- name: ntrulpr857
|
|
claimed-nist-level: 3
|
|
claimed-security: IND-CCA2
|
|
length-ciphertext: 1312
|
|
length-public-key: 1184
|
|
length-secret-key: 1463
|
|
length-shared-secret: 32
|
|
implementations-switch-on-runtime-cpu-features: true
|
|
implementations:
|
|
- upstream-id: clean
|
|
supported-platforms: all
|
|
common-crypto:
|
|
- AES: liboqs
|
|
- SHA2: liboqs
|
|
no-secret-dependent-branching-claimed: true
|
|
no-secret-dependent-branching-checked-by-valgrind: true
|
|
large-stack-usage: false
|
|
- upstream-id: avx2
|
|
supported-platforms:
|
|
- architecture: x86_64
|
|
operating_systems:
|
|
- Linux
|
|
- Darwin
|
|
required_flags:
|
|
- avx2
|
|
common-crypto:
|
|
- AES: liboqs
|
|
- SHA2: liboqs
|
|
no-secret-dependent-branching-claimed: false
|
|
no-secret-dependent-branching-checked-by-valgrind: true
|
|
large-stack-usage: false
|
|
- name: sntrup653
|
|
claimed-nist-level: 1
|
|
claimed-security: IND-CCA2
|
|
length-ciphertext: 897
|
|
length-public-key: 994
|
|
length-secret-key: 1518
|
|
length-shared-secret: 32
|
|
implementations-switch-on-runtime-cpu-features: true
|
|
implementations:
|
|
- upstream-id: clean
|
|
supported-platforms: all
|
|
common-crypto:
|
|
- AES: liboqs
|
|
- SHA2: liboqs
|
|
no-secret-dependent-branching-claimed: true
|
|
no-secret-dependent-branching-checked-by-valgrind: true
|
|
large-stack-usage: false
|
|
- upstream-id: avx2
|
|
supported-platforms:
|
|
- architecture: x86_64
|
|
operating_systems:
|
|
- Linux
|
|
- Darwin
|
|
required_flags:
|
|
- avx2
|
|
common-crypto:
|
|
- AES: liboqs
|
|
- SHA2: liboqs
|
|
no-secret-dependent-branching-claimed: false
|
|
no-secret-dependent-branching-checked-by-valgrind: true
|
|
large-stack-usage: false
|
|
- name: sntrup761
|
|
claimed-nist-level: 2
|
|
claimed-security: IND-CCA2
|
|
length-ciphertext: 1039
|
|
length-public-key: 1158
|
|
length-secret-key: 1763
|
|
length-shared-secret: 32
|
|
implementations-switch-on-runtime-cpu-features: true
|
|
implementations:
|
|
- upstream-id: clean
|
|
supported-platforms: all
|
|
common-crypto:
|
|
- AES: liboqs
|
|
- SHA2: liboqs
|
|
no-secret-dependent-branching-claimed: true
|
|
no-secret-dependent-branching-checked-by-valgrind: true
|
|
large-stack-usage: false
|
|
- upstream-id: avx2
|
|
supported-platforms:
|
|
- architecture: x86_64
|
|
operating_systems:
|
|
- Linux
|
|
- Darwin
|
|
required_flags:
|
|
- avx2
|
|
common-crypto:
|
|
- AES: liboqs
|
|
- SHA2: liboqs
|
|
no-secret-dependent-branching-claimed: false
|
|
no-secret-dependent-branching-checked-by-valgrind: true
|
|
large-stack-usage: false
|
|
- name: sntrup857
|
|
claimed-nist-level: 3
|
|
claimed-security: IND-CCA2
|
|
length-ciphertext: 1184
|
|
length-public-key: 1322
|
|
length-secret-key: 1999
|
|
length-shared-secret: 32
|
|
implementations-switch-on-runtime-cpu-features: true
|
|
implementations:
|
|
- upstream-id: clean
|
|
supported-platforms: all
|
|
common-crypto:
|
|
- AES: liboqs
|
|
- SHA2: liboqs
|
|
no-secret-dependent-branching-claimed: true
|
|
no-secret-dependent-branching-checked-by-valgrind: true
|
|
large-stack-usage: false
|
|
- upstream-id: avx2
|
|
supported-platforms:
|
|
- architecture: x86_64
|
|
operating_systems:
|
|
- Linux
|
|
- Darwin
|
|
required_flags:
|
|
- avx2
|
|
common-crypto:
|
|
- AES: liboqs
|
|
- SHA2: liboqs
|
|
no-secret-dependent-branching-claimed: false
|
|
no-secret-dependent-branching-checked-by-valgrind: true
|
|
large-stack-usage: false
|