/* ISC license. */ #ifndef SHA512_INTERNAL_H #define SHA512_INTERNAL_H #include extern void sha512_transform (SHA512Schedule *ctx, unsigned char const *block) ; #endif