Return the EVP_CIPHER for ChaCha20‐Poly1305 AEAD.
Synopsis
Declared in <openssl/evp.h>
EVP_CIPHER const*
EVP_chacha20_poly1305();
Return Value
Pointer to the cipher method, or NULL if unavailable in this build.
Created with MrDocs