Lines Matching full:rc4
46 -- Added LTC_VALGRIND define which makes SOBER-128 and RC4 a pure PRNG (and not a stream cipher). Useful if you use
473 -- Added test functions to PRNG api, RC4 now conforms ;-) [was a minor issue]
476 -- Changed RC4 back [due to request]. It will now XOR the output so you can use it like
483 -- Updated RC4 so that when you feed it >256 bytes of entropy it quietly ignores additional
525 -- Changed RC4 to store it's output. If you want to encrypt with RC4
946 v0.73 -- Fixed bug in RC4 code where it could only use 255 byte keys.
981 -- Fixed a bug in the RC4 code [wasn't setting up the key correctly]
1016 -- Added "rc4.c" a RC4 implementation with a PRNG interface. Since RC4 isn't a block cipher it wouldn't work