Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
RC4_set_key, RC4 — RC4 encryptionSYNOPSIS
#include <openssl/rc4.h>RC4_set_key(RC4_KEY *key, int len, const unsigned char *data);
RC4(RC4_KEY *key, unsigned long len, const unsigned char *indata, unsigned char *outdata);