Changes in lib/arc.h [ddcf491f:a7b5925]
Legend:
- Unmodified
- Added
- Removed
-
lib/arc.h
rddcf491f ra7b5925 31 31 }; 32 32 33 G_GNUC_MALLOCstruct arc_state *arc_keymaker( unsigned char *key, int kl, int cycles );33 struct arc_state *arc_keymaker( unsigned char *key, int kl, int cycles ); 34 34 unsigned char arc_getbyte( struct arc_state *st ); 35 int arc_encode( char *clear, int clear_len, unsigned char **crypt, char *password , int pad_to);35 int arc_encode( char *clear, int clear_len, unsigned char **crypt, char *password ); 36 36 int arc_decode( unsigned char *crypt, int crypt_len, char **clear, char *password );
Note: See TracChangeset
for help on using the changeset viewer.