Changeset 4012 for trunk/cscrypt/rc6.h
- Timestamp:
- 11/29/10 08:33:43 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cscrypt/rc6.h
r3999 r4012 21 21 * w=32; and r=20. 22 22 */ 23 23 24 24 #define rc6keylen 43 25 25 … … 37 37 void rc6_block_encrypt(unsigned int *pt, unsigned int *ct, unsigned int *S); 38 38 void rc6_block_decrypt(unsigned int *ct, unsigned int *pt, unsigned int *S); 39
Note:
See TracChangeset
for help on using the changeset viewer.