Skip to content

Instantly share code, notes, and snippets.

@c7x43t
Created February 20, 2022 16:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save c7x43t/edaa0ed4a6a019cac1cdf6a2454c40aa to your computer and use it in GitHub Desktop.
Save c7x43t/edaa0ed4a6a019cac1cdf6a2454c40aa to your computer and use it in GitHub Desktop.
Quantum Safe Algorithms:
https://openquantumsafe.org/liboqs/algorithms/
Quantum Safe openssl implementation (Open Quantum Safe):
https://github.com/open-quantum-safe/openssl
Note: Combination of classical and quantum algorithms via <classical_tag>_<quantum_tag> possible.
Open Quantum Safe examples for popular applications:
https://github.com/open-quantum-safe/oqs-demos
Signature schemes:
Dilithium, Falcon
Nist Level 5:
Dilithium5-AES
Falcon-1024
Tags in open-quantum-safe openssl:
p521_dilithium5_aes
p521_falcon1024
Key encapsulation mechanisms:
NTRU, Kyber
Nist Level 5:
Kyber1024-90s
NTRU-HPS-4096-1229
NTRU-HRSS-1373
Tags in open-quantum-safe openssl
p521_kyber90s1024
p521_ntru_hps40961229
p521_ntru_hrss1373
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment