/[mldonkey]/mldonkey/src/utils/lib/tiger.h
ViewVC logotype

Diff of /mldonkey/src/utils/lib/tiger.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by simon_mld, Tue Apr 22 22:33:40 2003 UTC revision 1.2 by spiralvoice, Sun Aug 28 10:47:39 2005 UTC
# Line 20  Line 20 
20  #ifndef _TIGER_H  #ifndef _TIGER_H
21  #define _TIGER_H  #define _TIGER_H
22    
   
23  typedef unsigned long long int word64;  typedef unsigned long long int word64;
24  typedef unsigned long word32;  typedef unsigned long word32;
25  typedef unsigned char byte;  typedef unsigned char byte;
# Line 31  typedef unsigned char byte; Line 30  typedef unsigned char byte;
30  #define TREE_DEPTH 10  #define TREE_DEPTH 10
31    
32    
33  void tiger_hash(char prefix, char *s, int len, unsigned char *digest);  void tiger_hash(char prefix, char *s, long len, unsigned char *digest);
34  int tiger_block_size(int len);  long tiger_block_size(long len);
35  #endif  #endif

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26