nrfxlib API 2.8.99
|
void ocrypto_poly1305_pad | ( | ocrypto_poly1305_ctx * | ctx | ) |
#include <crypto/nrf_oberon/include/ocrypto_poly1305.h>
Poly1305 generator padding.
The generator state ctx
is updated to authenticate a zero padding of the last block.
ctx | Generator state. |
ctx
through ocrypto_poly1305_init
is required before this function can be called.