summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/libcrypto/man/EVP_EncryptInit.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/EVP_EncryptInit.3 b/src/lib/libcrypto/man/EVP_EncryptInit.3
index 2cf9150597..7f9428d174 100644
--- a/src/lib/libcrypto/man/EVP_EncryptInit.3
+++ b/src/lib/libcrypto/man/EVP_EncryptInit.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: EVP_EncryptInit.3,v 1.38 2020/01/26 07:36:43 tb Exp $ 1.\" $OpenBSD: EVP_EncryptInit.3,v 1.39 2020/01/26 08:00:31 jmc Exp $
2.\" full merge up to: OpenSSL 5211e094 Nov 11 14:39:11 2014 -0800 2.\" full merge up to: OpenSSL 5211e094 Nov 11 14:39:11 2014 -0800
3.\" EVP_bf_cbc.pod EVP_cast5_cbc.pod EVP_idea_cbc.pod EVP_rc2_cbc.pod 3.\" EVP_bf_cbc.pod EVP_cast5_cbc.pod EVP_idea_cbc.pod EVP_rc2_cbc.pod
4.\" 7c6d372a Nov 20 13:20:01 2018 +0000 4.\" 7c6d372a Nov 20 13:20:01 2018 +0000
@@ -1030,8 +1030,8 @@ implemented as a macro.
1030.It Fn EVP_chacha20 1030.It Fn EVP_chacha20
1031The ChaCha20 stream cipher. 1031The ChaCha20 stream cipher.
1032The key length is 256 bits. 1032The key length is 256 bits.
1033The first 32 bit of the 128 bit IV are used as a counter, 1033The first 32 bits of the 128-bit IV are used as a counter,
1034the remaining 96 bit as a nonce. 1034and the remaining 96 bits as a nonce.
1035.El 1035.El
1036.Pp 1036.Pp
1037See also 1037See also