liboqs

Library for quantum-safe cryptographic algorithms and schemes

brewmacoslinux
Try with needOr install directly
Source

About

Library for quantum-safe cryptography

Commands

liboqs

Examples

Generate a quantum-safe key pair using ML-KEM algorithm$ oqs_test keygen ML-KEM-768
Sign a message using a post-quantum signature scheme$ oqs_test sign ML-DSA-65 message.txt signature.sig
Verify a quantum-safe cryptographic signature$ oqs_test verify ML-DSA-65 message.txt signature.sig