![]() |
nrfxlib API 3.3.99
|
| void ocrypto_ascon_aead128_final_enc | ( | ocrypto_ascon_aead_ctx * | ctx, |
| uint8_t | tag[16] ) |
#include <crypto/nrf_oberon/include/ocrypto_ascon_aead.h>
Ascon-AEAD128 final encoder step.
The generator state ctx is used to finalize the encryption and generate the tag.
| ctx | Generator state. | |
| [out] | tag | Generated authentication tag. |