Return the ChaCha20 stream cipher.
Synopsis
Declared in <openssl/evp.h>
EVP_CIPHER const*
EVP_chacha20();
Return Value
EVP_CIPHER for chacha20, or NULL if unavailable.
Created with MrDocs
Return the ChaCha20 stream cipher.
Declared in <openssl/evp.h>
EVP_CIPHER const*
EVP_chacha20();
EVP_CIPHER for chacha20, or NULL if unavailable.
Created with MrDocs