diff options
author | aaron <> | 2000-12-21 14:07:41 +0000 |
---|---|---|
committer | aaron <> | 2000-12-21 14:07:41 +0000 |
commit | 348d21c814ad43b05ed8a2111f78394a0fffb7a6 (patch) | |
tree | 76e285e95f9d7ecb35dd2c19f3b3af2f532182ad /src/lib/libc/crypt | |
parent | 7ad2cb29ed6b9a44f24f1183a273a652cb61a439 (diff) | |
download | openbsd-348d21c814ad43b05ed8a2111f78394a0fffb7a6.tar.gz openbsd-348d21c814ad43b05ed8a2111f78394a0fffb7a6.tar.bz2 openbsd-348d21c814ad43b05ed8a2111f78394a0fffb7a6.zip |
typo; ciper -> cipher
Diffstat (limited to 'src/lib/libc/crypt')
-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 |