nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ ocrypto_poly1305_pad()

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.

Parameters
ctxGenerator state.
Remarks
Initialization of the generator state ctx through ocrypto_poly1305_init is required before this function can be called.