From adc93f6097615f16d57e8a24a256302f2144ec4e Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 14 Jan 2005 17:37:50 +0000 Subject: cut out the html - they're going to cause diffing problems. --- man/man3/rc4.html | 86 ------------------------------------------------------- 1 file changed, 86 deletions(-) delete mode 100644 man/man3/rc4.html (limited to 'man/man3/rc4.html') diff --git a/man/man3/rc4.html b/man/man3/rc4.html deleted file mode 100644 index 8c0d374b..00000000 --- a/man/man3/rc4.html +++ /dev/null @@ -1,86 +0,0 @@ - -rc4(3) - Plan 9 from User Space - - - - -
-
-
RC4(3)RC4(3) -
-
-

NAME
- -
- - setupRC4state, rc4, rc4skip, rc4back - alleged rc4 encryption
- -
-

SYNOPSIS
- -
- - #include <u.h>
- #include <libc.h>
- #include <mp.h>
- #include <libsec.h> -
-
- void setupRC4state(RC4state *s, uchar *seed, int slen) -
-
- void rc4(RC4state *s, uchar *data, int dlen) -
-
- void rc4skip(RC4state *s, int nbytes) -
-
- void rc4back(RC4state *s, int nbytes)
-
-
-

DESCRIPTION
- -
- - -
- - This is an algorithm alleged to be Rivest’s RC4 encryption function. - It is a pseudo-random number generator with a 256 byte state and - a long cycle. The input buffer is XOR’d with the output of the - generator both to encrypt and to decrypt. The seed, entered using - setupRC4state, can be any length. The generator can - be run forward using rc4, skip over bytes using rc4skip to account - lost transmissions, or run backwards using rc4back to cover retransmitted - data. The RC4state structure keeps track of the algorithm.
- -
-

SOURCE
- -
- - /usr/local/plan9/src/libsec
-
-
-

SEE ALSO
- -
- - mp(3), aes(3), blowfish(3), des(3), dsa(3), elgamal(3), rsa(3), - sechash(3), prime(3), rand(3)
- -
- -

-
-
- - -
-
-
-Space Glenda -
-
- - -- cgit v1.2.3