mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-10-28 00:03:16 -04:00
1.3 KiB
1.3 KiB
Falcon
- Algorithm type: signature
- Main cryptographic assumption: hardness of NTRU lattice problems
- Scheme authors: Thomas Prest, Pierre-Alain Fouque, Jeffrey Hoffstein, Paul Kirchner, Vadim Lyubashevsky, Thomas Pornin, Thomas Ricosset, Gregor Seiler, William Whyte, Zhenfei Zhang
- Authors' website: https://falcon-sign.info
- Version: 20190920
Implementation
- Source of implementation: https://falcon-sign.info/impl/falcon.h.html
- Implementation version:
9023fef558 - License: CC0 1.0 Universal
- Constant-time: Yes
- Optimizations: Portable C
Parameter sets
| Parameter set | Security model | Claimed NIST security level | Public key size (bytes) | Secret key size (bytes) | Signature size (bytes) |
|---|---|---|---|---|---|
| Falcon-512 | EUF-CMA | 1 | 897 | 1281 | 690 |
| Falcon-1024 | EUF-CMA | 5 | 1793 | 2305 | 1330 |