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

◆ ocrypto_ml_kem512_key_pair()

void ocrypto_ml_kem512_key_pair ( ocrypto_ml_kem512_ctx * ctx,
uint8_t sk[((2 *384)+(2 *384+32)+64)],
uint8_t pk[(2 *384+32)],
const uint8_t d[32],
const uint8_t z[32] )

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

Generates a key pair.

Parameters
[out]ctxContext.
[out]skSecret key (can be NULL).
[out]pkPublic key (can be NULL).
[in]dRandom seed (32 bytes).
[in]zRandom seed (32 bytes).