summaryrefslogtreecommitdiff
path: root/src/lib/libc/crypt/arc4random.3
diff options
context:
space:
mode:
authorjaredy <>2005-07-17 08:50:55 +0000
committerjaredy <>2005-07-17 08:50:55 +0000
commit4de45f44b68d96895d9e7b0c49ac7e87dd43454b (patch)
treea9f0318149f4072b9bbcc0676e4fde07cf6e4191 /src/lib/libc/crypt/arc4random.3
parent8573defec12672790e51a623e0f30206c608b6da (diff)
downloadopenbsd-4de45f44b68d96895d9e7b0c49ac7e87dd43454b.tar.gz
openbsd-4de45f44b68d96895d9e7b0c49ac7e87dd43454b.tar.bz2
openbsd-4de45f44b68d96895d9e7b0c49ac7e87dd43454b.zip
punctuation and minor rewording, ok jmc
Diffstat (limited to '')
-rw-r--r--src/lib/libc/crypt/arc4random.34
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.
59The 59The
60.Fn arc4random 60.Fn arc4random
61function uses the ARC4 cipher key stream generator, 61function uses the ARC4 cipher key stream generator,
62which uses 8*8 8 bit S-Boxes. 62which uses 8*8 8-bit S-Boxes.
63The S-Boxes can be in about (2**1700) states. 63The S-Boxes can be in about (2**1700) states.
64.Pp 64.Pp
65.Fn arc4random 65.Fn arc4random