Access specific elements in hybrid PQC algorithms #27684
RodriM11
started this conversation in
General Discussion
Replies: 1 comment 4 replies
-
|
These could be algorithm-specific octet string params. Especially getting them from a hybrid PKEY would be IMO valid RFE. |
Beta Was this translation helpful? Give feedback.
4 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.
-
Hi! OQSProvider currently supports the ability to, from the
EVP_PKEY *object that holds a hybrid PQ key pair (or public key), to access both the classical and post-quantum keys (public and/or private) independently. I was wondering whether this "feature" could be extended to OpenSSL itself (I have not seen that functionality in the current release, but maybe I am wrong).While it could be (almost) straightforward to separate keys from the hybrid value (since the PQ keys have fixed lengths, and the concatenation order can be inferred from each algorithm), I think it would be better (and cleaner) for OpenSSL to provide such functionality.
Beta Was this translation helpful? Give feedback.
All reactions