artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf49ef0
)
First appeared in OpenBSD 2.1
author
millert
<millert@openbsd.org>
Sun, 2 Apr 2000 17:59:04 +0000
(17:59 +0000)
committer
millert
<millert@openbsd.org>
Sun, 2 Apr 2000 17:59:04 +0000
(17:59 +0000)
lib/libc/crypt/arc4random.3
patch
|
blob
|
history
diff --git
a/lib/libc/crypt/arc4random.3
b/lib/libc/crypt/arc4random.3
index
b10115c
..
1c3ddcb
100644
(file)
--- a/
lib/libc/crypt/arc4random.3
+++ b/
lib/libc/crypt/arc4random.3
@@
-1,4
+1,4
@@
-.\" $OpenBSD: arc4random.3,v 1.1
1 1999/07/09 13:35:15 aaron
Exp $
+.\" $OpenBSD: arc4random.3,v 1.1
2 2000/04/02 17:59:04 millert
Exp $
.\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
.\" All rights reserved.
.\"
@@
-83,3
+83,6
@@
Since
.Pa RC4
used to be a trade secret, the cipher is now referred to as
.Pa ARC4 .
+.Pp
+These functions first appeared in
+.Ox 2.1 .