nrfxlib API 2.8.99
Loading...
Searching...
No Matches

◆ ocrypto_shake256()

void ocrypto_shake256 ( uint8_t * r,
size_t r_len,
const uint8_t * in,
size_t in_len )

SHAKE256 extendable-output function.

The SHAKE256 hash of a given input message in is computed and put into r.

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