diff options
Diffstat (limited to 'src/lib/libc/crypt/arc4random.3')
-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 bd2a371a18..fd127439bc 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.18 2005/06/07 19:04:58 kjell Exp $ | 1 | .\" $OpenBSD: arc4random.3,v 1.19 2005/07/17 08:50:55 jaredy 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. |
@@ -59,7 +59,7 @@ 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 cipher 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 |
65 | .Fn arc4random | 65 | .Fn arc4random |