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

◆ ocrypto_ascon_hash256()

void ocrypto_ascon_hash256 ( uint8_t h[(32)],
const uint8_t * in,
size_t in_len )

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

Ascon-Hash computation.

The Ascon-Hash256 of a given input message in is computed and put into h.

Parameters
[out]hGenerated hash.
inInput data.
in_lenLength of in.