Topic: How to use Kyber Post Quantum Krypto?
I would like to try Kyber key generation and I am wondering where to set this in my application.
I have set #define HAVE_KYBER and now I want my client to use it. Is that done via setting a special cipher suite with wolfSSL_CTX_set_cipher_list() or via elliptic curve groups or some other way?