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

◆ ocrypto_ascon_hash256_update()

void ocrypto_ascon_hash256_update ( ocrypto_ascon_hash_ctx * ctx,
const uint8_t * in,
size_t in_len )

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

Ascon-Hash incremental data input.

The generator state ctx is updated to hash a message chunk in.

This function can be called repeatedly until the whole message is processed.

Parameters
ctxGenerator state.
inInput data.
in_lenLength of in.
Remarks
Initialization of the generator state ctx through ocrypto_ascon_hash256_init is required before this function can be called.