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

◆ ocrypto_sha3_224()

void ocrypto_sha3_224 ( uint8_t r[(28)],
const uint8_t * in,
size_t in_len )

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

SHA3-224 hash.

The SHA3-224 hash of a given input message in is computed and put into r.

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