diff options
Diffstat (limited to 'src/lib/libcrypto/man/RC4.3')
-rw-r--r-- | src/lib/libcrypto/man/RC4.3 | 8 |
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 |
26 | This library implements the alleged RC4 cipher, which is described for | 26 | This library implements the alleged RC4 cipher, which is described for |
27 | example in | 27 | example in |
28 | .%B Applied Cryptography . | 28 | .Qq Applied Cryptography . |
29 | It is believed to be compatible with RC4[TM], a proprietary cipher of | 29 | It is believed to be compatible with RC4[TM], a proprietary cipher of |
30 | RSA Security Inc. | 30 | RSA Security Inc. |
31 | .Pp | 31 | .Pp |
32 | RC4 is a stream cipher with variable key length. | 32 | RC4 is a stream cipher with variable key length. |
33 | Typically, 128 bit (16 byte) keys are used for strong encryption, but | 33 | Typically, 128-bit (16-byte) keys are used for strong encryption, but |
34 | shorter insecure key sizes have been widely used due to export | 34 | shorter insecure key sizes have been widely used due to export |
35 | restrictions. | 35 | restrictions. |
36 | .Pp | 36 | .Pp |