nRF5 SDK v17.1.0
Data Fields
CRYS_CHACHAUserContext_t Struct Reference

#include <crys_chacha.h>

Data Fields

uint32_t buff [17]
 

Detailed Description

The user's context prototype - the argument type that is passed by the user to the CHACHA API. The context saves the state of the operation and must be saved by the user till the end of the APIs flow (for example till CRYS_CHACHA_Free is called).

Field Documentation

uint32_t CRYS_CHACHAUserContext_t::buff[17]

Context buffer for internal use


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated