Library for quantum-safe cryptography algorithms and key encapsulation
Library for quantum-safe cryptography
$ brew test liboqs$ gcc -I$(brew --prefix liboqs)/include myproject.c -L$(brew --prefix liboqs)/lib -loqs -o myproject$ ls $(brew --prefix liboqs)/include/oqs/$ echo 'target_link_libraries(myapp oqs)' >> CMakeLists.txt$ brew install liboqs-openssl