/* ISC license. */ #ifndef SHA1_INTERNAL_H #define SHA1_INTERNAL_H #include #include extern void sha1_feed (SHA1Schedule *, unsigned char) ; extern void sha1_transform (uint32 * /* 5 uint32s */, uint32 const * /* 16 uint32s */) ; #endif