![]() |
nrfxlib API 3.3.99
|
| void ocrypto_ascon_cxof128 | ( | uint8_t * | h, |
| size_t | h_len, | ||
| const uint8_t * | z, | ||
| size_t | z_len, | ||
| const uint8_t * | in, | ||
| size_t | in_len ) |
#include <crypto/nrf_oberon/include/ocrypto_ascon_hash.h>
Ascon-CXOF computation.
The Ascon-CXOF128 of a given input message in and customized with the string z is computed and put into h.
| [out] | h | Generated hash. |
| h_len | Length of h. | |
| z | Customization string. | |
| z_len | Length of z. | |
| in | Input data. | |
| in_len | Length of in. |