EVP_CIPHER-CHACHA.7ossl - Man Page

The CHACHA EVP_CIPHER implementations

Description

Support for CHACHA symmetric encryption using the EVP_CIPHER API.

Algorithm Names

The following algorithms are available in the default provider:

"ChaCha20"

"ChaCha20-Poly1305"

Parameters

This implementation supports the parameters described in "PARAMETERS" in EVP_EncryptInit(3).

See Also

provider-cipher(7), OSSL_PROVIDER-default(7)

Referenced By

EVP_chacha20.3ossl(3), OSSL_PROVIDER-default.7ossl(7), provider-cipher.7ossl(7).

2024-04-04 3.2.1 OpenSSL