mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-10-15 00:01:37 -04:00
* Sync with PQClean commit 90630db2ebada4bacceb5331b0a1a9a356ba65b9 * Delete duplicate implementations due to underscore bug; add MQDSS AVX2 * Delete more duplicate PQClean implementations
1.5 KiB
1.5 KiB
SABER
- Algorithm type: key encapsulation mechanism
- Main cryptographic assumption: module learning with rounding
- Scheme authors: Jan-Pieter D'Anvers, Angshuman Karmakar, Sujoy Sinha Roy, Frederic Vercauteren
- Authors' website: https://www.esat.kuleuven.be/cosic/pqcrypto/saber/
- Version: NIST Round 2 submission
Implementation
- Source of implementation: https://github.com/KULeuven-COSIC/SABER
- Implementation version:
90630db2eb
- License: Public domain
- Constant-time: Yes
- Optimizations: Portable C
Parameter sets
Parameter set | Security model | Claimed NIST security level | Public key size (bytes) | Secret key size (bytes) | Ciphertext size (bytes) | Shared secret size (bytes) |
---|---|---|---|---|---|---|
LightSaber-KEM | IND-CCA | 1 | 672 | 1568 | 736 | 32 |
Saber-KEM | IND-CCA | 3 | 992 | 2304 | 1088 | 32 |
FireSaber-KEM | IND-CCA | 5 | 1312 | 3040 | 1472 | 32 |