diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-12-21 14:07:42 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-12-21 14:07:42 +0000 |
commit | 21398a714bb0672a37fb0f6160fd9888c7b6ca60 (patch) | |
tree | e137385339fecd142850a8e19aae91b30dba46b0 /lib/libc/crypt/arc4random.3 | |
parent | 489e837feddb9ae814302b6e1cfd39772e3b906c (diff) |
typo; ciper -> cipher
Diffstat (limited to 'lib/libc/crypt/arc4random.3')
-rw-r--r-- | lib/libc/crypt/arc4random.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/crypt/arc4random.3 b/lib/libc/crypt/arc4random.3 index 5fcea4e4929..d8e0f8cda6a 100644 --- a/lib/libc/crypt/arc4random.3 +++ b/lib/libc/crypt/arc4random.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: arc4random.3,v 1.16 2000/04/28 21:16:25 deraadt Exp $ +.\" $OpenBSD: arc4random.3,v 1.17 2000/12/21 14:07:41 aaron Exp $ .\" .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. @@ -58,7 +58,7 @@ subsystem described in On each call, an ARC4 generator is used to generate a new result. The .Fn arc4random -function uses the ARC4 ciper key stream generator, +function uses the ARC4 cipher key stream generator, which uses 8*8 8 bit S-Boxes. The S-Boxes can be in about (2**1700) states. .Pp |