/[mcrypt]/libmcrypt-nm/lib/arcfour.h
ViewVC logotype

Contents of /libmcrypt-nm/lib/arcfour.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (vendor branch)
Mon May 22 13:09:10 2000 UTC (23 years, 11 months ago) by nmav
Branch: MAIN, mcrypt
CVS Tags: start, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain

1 typedef struct arcfour_key
2 {
3 word8 state[256];
4 word8 x;
5 word8 y;
6 } arcfour_key;
7
8 void _mcrypt_arcfour_prepare_key(word8 *key_data_ptr, int key_data_len, arcfour_key *key);
9 void _mcrypt_arcfour(word8 *buffer_ptr, int buffer_len, arcfour_key *key);

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26