File: arcfour.h

package info (click to toggle)
libmcrypt 2.5.8-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,060 kB
  • sloc: ansic: 15,868; sh: 8,579; makefile: 196
file content (7 lines) | stat: -rw-r--r-- 108 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
typedef struct arcfour_key
{      
   byte state[256];       
   byte i;        
   byte j;
} arcfour_key;