![]() |
nrfxlib API 3.3.99
|
| void ocrypto_ascon_cxof128_init | ( | ocrypto_ascon_hash_ctx * | ctx, |
| const uint8_t * | z, | ||
| size_t | z_len ) |
#include <crypto/nrf_oberon/include/ocrypto_ascon_hash.h>
Ascon-CXOF128 initialization.
The generator state ctx is initialized for variable output size with customization string z.
| [out] | ctx | Generator state. |
| z | Customization string. | |
| z_len | Length of z. z_len <= 256. |