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

◆ ocrypto_ascon_cxof128()

void ocrypto_ascon_cxof128 ( uint8_t * h,
size_t h_len,
const uint8_t * z,
size_t z_len,
const uint8_t * in,
size_t in_len )

#include <crypto/nrf_oberon/include/ocrypto_ascon_hash.h>

Ascon-CXOF computation.

The Ascon-CXOF128 of a given input message in and customized with the string z is computed and put into h.

Parameters
[out]hGenerated hash.
h_lenLength of h.
zCustomization string.
z_lenLength of z.
inInput data.
in_lenLength of in.