123456789101112 |
- #ifndef HASHING_H_GUARD_
- #define HASHING_H_GUARD_
- #include "global-state.h"
- void PUHS_Hash_Dhash_64bit ( Imagefile * ifl );
- void PUHS_Hash_Dhash_256bit ( Imagefile * ifl );
- void PUHS_Compare_Hashes_64bit ( Imagefile * im1, Imagefile * im2 );
- void PUHS_Compare_Hashes_256bit ( Imagefile * im1, Imagefile * im2 );
- #endif
|