Replies: 1 comment
-
We've had prior requests for this feature, but we don't have anybody actively working on it. It's currently being tracked under liboqs issue #2030. In principle, We plan to update the upstream to PQ Code Package's mldsa-native once that project has an stable release (maybe sooner, e.g., for a beta release). Their current work has derandomized keygen as a separate function, which would make it much easier to add the API in liboqs. As things stand, I would plan to expose |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The library recently introduced new function OQS_KEM_keypair_derand that accepts a seed as input:
OQS_API OQS_STATUS OQS_KEM_keypair_derand(const OQS_KEM *kem, uint8_t *public_key, uint8_t *secret_key, const uint8_t *seed)
I don't see a similar API for signing algorithms such as ML-DSA that accept a seed as a parameter.
Do you plan to introduce such API any time soon?
If not, is there a preferred or documented method of adding new API calls to liboqs?
Beta Was this translation helpful? Give feedback.
All reactions