![]() |
nrfxlib API 3.3.99
|
| 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.
| [out] | h | Generated hash. |
| in | Input data. | |
| in_len | Length of in. |