diff options
-rw-r--r-- | src/lib/libc/crypt/arc4random.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/crypt/arc4random.3 b/src/lib/libc/crypt/arc4random.3 index 5fcea4e492..d8e0f8cda6 100644 --- a/src/lib/libc/crypt/arc4random.3 +++ b/src/lib/libc/crypt/arc4random.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: arc4random.3,v 1.16 2000/04/28 21:16:25 deraadt Exp $ | 1 | .\" $OpenBSD: arc4random.3,v 1.17 2000/12/21 14:07:41 aaron Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> | 3 | .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> |
4 | .\" All rights reserved. | 4 | .\" All rights reserved. |
@@ -58,7 +58,7 @@ subsystem described in | |||
58 | On each call, an ARC4 generator is used to generate a new result. | 58 | On each call, an ARC4 generator is used to generate a new result. |
59 | The | 59 | The |
60 | .Fn arc4random | 60 | .Fn arc4random |
61 | function uses the ARC4 ciper key stream generator, | 61 | function uses the ARC4 cipher key stream generator, |
62 | which uses 8*8 8 bit S-Boxes. | 62 | which uses 8*8 8 bit S-Boxes. |
63 | The S-Boxes can be in about (2**1700) states. | 63 | The S-Boxes can be in about (2**1700) states. |
64 | .Pp | 64 | .Pp |