home *** CD-ROM | disk | FTP | other *** search
- #ifndef __SHA_H
- #define __SHA_H
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- int sha_file (LPSTR, LPDWORD);
- void sha_stream (FILE *, LPDWORD);
- void sha_memory (LPBYTE, DWORD, LPDWORD);
-
- static void nist_guts (BOOL, FILE *, LPBYTE, DWORD, LPDWORD);
-
- #ifdef __cplusplus
- }
- #endif
-
- #endif
-