Changeset 171 for trunk/src/sh_tiger1_64.c
- Timestamp:
- Jul 8, 2008, 11:16:14 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_tiger1_64.c
r170 r171 371 371 } 372 372 373 void tiger_compress( word64 *str, word64 state[3])373 void tiger_compress(const word64 *str, word64 state[3]) 374 374 { 375 375 tiger_compress_macro(((word64*)str), ((word64*)state)); 376 376 } 377 377 378 void tiger_t( word64 *str, word64 length, word64 res[3])378 void tiger_t(const word64 *str, word64 length, word64 res[3]) 379 379 { 380 380 register word64 i;
Note:
See TracChangeset
for help on using the changeset viewer.