blob: 16d1e931b96d53ec3fad3d7565e3a4c4fe7b4c93 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* ISC license. */
#ifndef SHA512_INTERNAL_H
#define SHA512_INTERNAL_H
#include <skalibs/sha512.h>
extern void sha512_transform (SHA512Schedule *, unsigned char const *) ;
#endif
|