- Timestamp:
- 2013-04-20T13:17:22Z (12 years ago)
- Branches:
- master
- Children:
- a016221, e277e80, f539d6e
- Parents:
- e31e5b8
- Location:
- lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/arc.c
re31e5b8 rdd95ce4 188 188 } 189 189 190 int arc_decode( unsigned char *crypt, int crypt_len, char **clear, c har *password )190 int arc_decode( unsigned char *crypt, int crypt_len, char **clear, const char *password ) 191 191 { 192 192 struct arc_state *st; -
lib/arc.h
re31e5b8 rdd95ce4 38 38 unsigned char arc_getbyte( struct arc_state *st ); 39 39 int arc_encode( char *clear, int clear_len, unsigned char **crypt, char *password, int pad_to ); 40 int arc_decode( unsigned char *crypt, int crypt_len, char **clear, c har *password );40 int arc_decode( unsigned char *crypt, int crypt_len, char **clear, const char *password );
Note: See TracChangeset
for help on using the changeset viewer.