nrfxlib API 3.3.99
Loading...
Searching...
No Matches

◆ ocrypto_ml_dsa87_key_pair()

static int ocrypto_ml_dsa87_key_pair ( ocrypto_ml_dsa87_ctx * ctx,
uint8_t sk[(4896)],
uint8_t pk[(2592)],
const uint8_t zeta[32] )
inlinestatic

#include <crypto/nrf_oberon/include/ocrypto_ml_dsa87.h>

Generates a key pair.

Parameters
[out]ctxContext.
[out]skSecret key (can be NULL).
[out]pkPublic key (can be NULL).
[in]zetaRandom seed (32 bytes).
Returns
0 on success, non-zero on failure.