summaryrefslogtreecommitdiff
path: root/src/libstdcrypto/sha1-internal.h
blob: 584c87451b6bed7d08da67367222ee2e05f539a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* ISC license. */

#ifndef SHA1_INTERNAL_H
#define SHA1_INTERNAL_H

#include <skalibs/uint32.h>
#include <skalibs/sha1.h>

extern void sha1_feed (SHA1Schedule *, unsigned char) ;
extern void sha1_transform (uint32 * /* 5 uint32s */, uint32 const * /* 16 uint32s */) ;

#endif