liboqs

Library for quantum-safe cryptography algorithms and key encapsulation

brewmacoslinux
Try with needOr install directly
Source

About

Library for quantum-safe cryptography

Examples

test quantum safe cryptography implementations$ brew test liboqs
build C project with quantum resistant encryption$ gcc -I$(brew --prefix liboqs)/include myproject.c -L$(brew --prefix liboqs)/lib -loqs -o myproject
check available quantum safe algorithms in library$ ls $(brew --prefix liboqs)/include/oqs/
link liboqs to CMake project for post-quantum cryptography$ echo 'target_link_libraries(myapp oqs)' >> CMakeLists.txt
integrate quantum resistant key exchange into OpenSSL$ brew install liboqs-openssl