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