This repository was archived by the owner on Jan 8, 2025. It is now read-only.
Steps to use kyber768 KEM in code #461
Replies: 1 comment 15 replies
-
Are you using OQS-OpenSSL 1.1.1 or the OQS Provider with OpenSSL 3? This question would be better asked in the appropriate repository. |
Beta Was this translation helpful? Give feedback.
15 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to know steps to use kyber768 KEM in SSL communication.
I already have a code which is doing SSL communication using openssl APIs like SSL_new, SSL_connect, SSL_accept etc.
I compiled quantum safe oqs and quantum safe openssl.
testresult &= (ctx = EVP_PKEY_CTX_new_from_name(libctx, kemalg_name, NULL)) != NULL && EVP_PKEY_keygen_init(ctx) && EVP_PKEY_generate(ctx, &key);
Beta Was this translation helpful? Give feedback.
All reactions