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

◆ ocrypto_cshake128_init()

void ocrypto_cshake128_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>

cSHAKE128 initialization.

The generator state ctx is initialized by this function.

Parameters
[out]ctxGenerator state.
nFunction name bit string.
n_lenLength of n.
sCustomization bit string.
s_lenLength of s.