This file contains hidden or 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
__author__ = "Mark Carney aka @LargeCardinal" | |
__copyright__ = "The Author" | |
__license__ = "MIT" | |
__status__ = "Proof of Concept - NOT FOR PRODUCTION" | |
import qiskit | |
from qiskit import IBMQ | |
import math | |
import sympy |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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
# You could just use https://github.com/open-quantum-safe/oqs-demos/tree/main/httpd ... | |
# but if you REALLY want ubuntu flavoured PQC... here's a working version of the script | |
# on this blog: https://medium.com/be-tech-with-santander/how-to-configure-post-quantum-cryptography-in-your-web-server-fcf79e05e526 | |
# (theirs has a gnarly typo that is fixed below) | |
# This will PROBABLY BREAK when OpenSSL changes it's format for the default openssl.cnf file, but until then this should be good. | |
# -M. | |
# set some versions | |
ARG OPENSSL_TAG=openssl-3.4.0 |
OlderNewer