annotate rc4.h @ 384:8d29c19c22c4 libavutil

Add RC4 encryption/decryption function
author reimar
date Sat, 13 Oct 2007 10:42:11 +0000
parents
children ac27ad42f37f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
384
8d29c19c22c4 Add RC4 encryption/decryption function
reimar
parents:
diff changeset
1 void ff_rc4_enc(const uint8_t *key, int keylen, uint8_t *data, int datalen);