![]() |
nrfxlib API 3.3.99
|
| void ocrypto_poly1305_init | ( | ocrypto_poly1305_ctx * | ctx, |
| const uint8_t | key[(32)] ) |
#include <crypto/nrf_oberon/include/ocrypto_poly1305.h>
Poly1305 generator initialization.
The generator state ctx is initialized by this function.
| [out] | ctx | Generator state. |
| key | Authentication key. |