mbedtls_chacha20_starts() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

\c 0 on success. #MBEDTLS_ERR_CHACHA20_BAD_INPUT_DATA if ctx or nonce is NULL.

Notes

A ChaCha20 context can be re-used with the same key by calling this function to change the nonce.

References