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

◆ ocrypto_ml_kem768_key_pair()

void ocrypto_ml_kem768_key_pair ( ocrypto_ml_kem768_ctx * ctx,
uint8_t sk[((3 *384)+(3 *384+32)+64)],
uint8_t pk[(3 *384+32)],
const uint8_t d[32],
const uint8_t z[32] )

#include <crypto/nrf_oberon/include/ocrypto_ml_kem768.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).