![]() |
nrfxlib API 3.3.99
|
| 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.
| [out] | ctx | Context. |
| [out] | sk | Secret key (can be NULL). |
| [out] | pk | Public key (can be NULL). |
| [in] | d | Random seed (32 bytes). |
| [in] | z | Random seed (32 bytes). |