https://dangerousthings.com/product/xnt/
from qiskit import QuantumCircuit, Aer, execute import numpy as np n = 8 # toy key size (safe) oracle_key = "10100110" def aes_...