summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/RC4.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/RC4.3')
-rw-r--r--src/lib/libcrypto/man/RC4.38
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/RC4.3 b/src/lib/libcrypto/man/RC4.3
index 60df7792cb..cefd8d83ff 100644
--- a/src/lib/libcrypto/man/RC4.3
+++ b/src/lib/libcrypto/man/RC4.3
@@ -1,6 +1,6 @@
1.\" $OpenBSD: RC4.3,v 1.2 2016/11/06 15:52:50 jmc Exp $ 1.\" $OpenBSD: RC4.3,v 1.3 2016/11/25 16:34:08 jmc Exp $
2.\" 2.\"
3.Dd $Mdocdate: November 6 2016 $ 3.Dd $Mdocdate: November 25 2016 $
4.Dt RC4 3 4.Dt RC4 3
5.Os 5.Os
6.Sh NAME 6.Sh NAME
@@ -25,12 +25,12 @@
25.Sh DESCRIPTION 25.Sh DESCRIPTION
26This library implements the alleged RC4 cipher, which is described for 26This library implements the alleged RC4 cipher, which is described for
27example in 27example in
28.%B Applied Cryptography . 28.Qq Applied Cryptography .
29It is believed to be compatible with RC4[TM], a proprietary cipher of 29It is believed to be compatible with RC4[TM], a proprietary cipher of
30RSA Security Inc. 30RSA Security Inc.
31.Pp 31.Pp
32RC4 is a stream cipher with variable key length. 32RC4 is a stream cipher with variable key length.
33Typically, 128 bit (16 byte) keys are used for strong encryption, but 33Typically, 128-bit (16-byte) keys are used for strong encryption, but
34shorter insecure key sizes have been widely used due to export 34shorter insecure key sizes have been widely used due to export
35restrictions. 35restrictions.
36.Pp 36.Pp