Created
February 20, 2022 16:40
-
-
Save c7x43t/edaa0ed4a6a019cac1cdf6a2454c40aa to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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