![]() |
nrfxlib API 3.3.99
|
| void ocrypto_ascon_xof128 | ( | uint8_t * | h, |
| size_t | h_len, | ||
| const uint8_t * | in, | ||
| size_t | in_len ) |
#include <crypto/nrf_oberon/include/ocrypto_ascon_hash.h>
Ascon-XOF computation.
The Ascon-XOF128 of a given input message in is computed and put into h.
| [out] | h | Generated hash. |
| h_len | Length of h. | |
| in | Input data. | |
| in_len | Length of in. |