![]() |
nrfxlib API 3.3.99
|
| void ocrypto_cshake256_init | ( | ocrypto_cshake_ctx * | ctx, |
| const uint8_t * | n, | ||
| size_t | n_len, | ||
| const uint8_t * | s, | ||
| size_t | s_len ) |
#include <crypto/nrf_oberon/include/ocrypto_cshake.h>
cSHAKE256 initialization.
The generator state ctx is initialized by this function.
| [out] | ctx | Generator state. |
| n | Function name bit string. | |
| n_len | Length of n. | |
| s | Customization bit string. | |
| s_len | Length of s. |