/************************************************************************* ** ** ** sha.h (header file for sha.cxx) ** ** ** ** SECURE HASH ALGORITHM IMPLEMENTATION ** ** ** ** Copyright (c)1996 Markku-Juhani O. Saarinen ** ** ** *************************************************************************/ #include #include void sha ( unsigned char *, unsigned long, void * );