From 348d21c814ad43b05ed8a2111f78394a0fffb7a6 Mon Sep 17 00:00:00 2001 From: aaron <> Date: Thu, 21 Dec 2000 14:07:41 +0000 Subject: typo; ciper -> cipher --- src/lib/libc/crypt/arc4random.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libc/crypt') 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 @@ -.\" $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 .\" 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 -- cgit v1.2.3-55-g6feb