diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 1999-05-09 13:43:46 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 1999-05-09 13:43:46 +0000 |
| commit | 763d97f5a5861f1a45570212db53cc4a3a909443 (patch) | |
| tree | e59ce37e54b42b71069fc0cc9a456b8a10127aae | |
| parent | 0e2c856a7ec8d154dcd3095cc864a9e26e6ed1a0 (diff) | |
Notes
| -rw-r--r-- | lib/libc/gen/arc4random.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/arc4random.3 b/lib/libc/gen/arc4random.3 index 25c6d4d0a02e..ba43b238c739 100644 --- a/lib/libc/gen/arc4random.3 +++ b/lib/libc/gen/arc4random.3 @@ -59,7 +59,7 @@ The .Fn arc4random_stir function reads data from .Pa /dev/urandom -and uses it to permutate the S-Boxes via +and uses it to permute the S-Boxes via .Fn arc4random_addrandom . .Pp There is no need to call @@ -68,7 +68,7 @@ before using .Fn arc4random , since .Fn arc4random -automatically initalizes itself. +automatically initializes itself. .Sh SEE ALSO .Xr rand 3 , .Xr random 3 , @@ -79,5 +79,5 @@ has been designed by RSA Data Security, Inc. It was posted anonymously to the USENET and was confirmed to be equivalent by several sources who had access to the original cipher. Since .Pa RC4 -used to be a trade secret, the cipher is now refered to as +used to be a trade secret, the cipher is now referred to as .Pa ARC4 . |
