Changeset 68 for trunk/include/rijndael-api-fst.h
- Timestamp:
- Oct 30, 2006, 12:03:44 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/rijndael-api-fst.h
r1 r68 25 25 #define MODE_CBC 2 /* Are we ciphering in CBC mode? */ 26 26 #define MODE_CFB1 3 /* Are we ciphering in 1-bit CFB mode? */ 27 #ifndef TRUE 27 28 #define TRUE 1 29 #endif 30 #ifndef FALSE 28 31 #define FALSE 0 32 #endif 29 33 #define BITSPERBLOCK 128 /* Default number of bits in a cipher block */ 30 34
Note:
See TracChangeset
for help on using the changeset viewer.