![]() |
nrfxlib API 3.3.99
|
| void ocrypto_shake256 | ( | uint8_t * | r, |
| size_t | r_len, | ||
| const uint8_t * | in, | ||
| size_t | in_len ) |
#include <crypto/nrf_oberon/include/ocrypto_shake.h>
SHAKE256 extendable-output function.
The SHAKE256 hash of a given input message in is computed and put into r.
| [out] | r | Generated hash. |
| r_len | Length of r. | |
| in | Input data. | |
| in_len | Length of in. |