![]() |
nrfxlib API 3.3.99
|
| void ocrypto_ml_kem1024_decaps | ( | ocrypto_ml_kem1024_ctx * | ctx, |
| uint8_t | key[32], | ||
| const uint8_t | sk[((4 *384)+(4 *384+32)+64)], | ||
| const uint8_t | ct[((4 *11+5) *32)] ) |
#include <crypto/nrf_oberon/include/ocrypto_ml_kem1024.h>
Decapsulates a key.
| [in] | ctx | Context. |
| [out] | key | Decapsulated key (32 bytes). |
| [in] | sk | Secret key. |
| [in] | ct | Ciphertext to decapsulate. |