diff options
| author | jaredy <> | 2005-07-17 08:50:55 +0000 | 
|---|---|---|
| committer | jaredy <> | 2005-07-17 08:50:55 +0000 | 
| commit | 4de45f44b68d96895d9e7b0c49ac7e87dd43454b (patch) | |
| tree | a9f0318149f4072b9bbcc0676e4fde07cf6e4191 | |
| parent | 8573defec12672790e51a623e0f30206c608b6da (diff) | |
| download | openbsd-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.3 | 4 | ||||
| -rw-r--r-- | src/lib/libc/crypt/blowfish.3 | 8 | 
2 files changed, 6 insertions, 6 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 | 
| diff --git a/src/lib/libc/crypt/blowfish.3 b/src/lib/libc/crypt/blowfish.3 index 44f7eb2bbf..4ee2fd2c2d 100644 --- a/src/lib/libc/crypt/blowfish.3 +++ b/src/lib/libc/crypt/blowfish.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: blowfish.3,v 1.12 2003/08/28 12:35:00 jmc Exp $ | 1 | .\" $OpenBSD: blowfish.3,v 1.13 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. | 
| @@ -57,12 +57,12 @@ | |||
| 57 | .Sh DESCRIPTION | 57 | .Sh DESCRIPTION | 
| 58 | .Pa Blowfish | 58 | .Pa Blowfish | 
| 59 | is a fast unpatented block cipher designed by Bruce Schneier. | 59 | is a fast unpatented block cipher designed by Bruce Schneier. | 
| 60 | It basically consists of a 16 times iterated Feistel network. | 60 | It basically consists of a 16-round Feistel network. | 
| 61 | The block size is 64 bit and the maximum key size is 448 bit. | 61 | The block size is 64 bits and the maximum key size is 448 bits. | 
| 62 | .Pp | 62 | .Pp | 
| 63 | The | 63 | The | 
| 64 | .Fn blf_key | 64 | .Fn blf_key | 
| 65 | function initializes the 4 8bit S-boxes and the 18 Subkeys with | 65 | function initializes the 4 8-bit S-boxes and the 18 Subkeys with | 
| 66 | the hexadecimal digits of Pi. | 66 | the hexadecimal digits of Pi. | 
| 67 | The key is used for further randomization. | 67 | The key is used for further randomization. | 
| 68 | The first argument to | 68 | The first argument to | 
