1 /* $NetBSD: sha512.c,v 1.3 2006/10/30 20:22:54 christos Exp $ */
3 #if HAVE_NBTOOL_CONFIG_H
4 #include "nbtool_config.h"
7 #include <sha2.h> /* this hash type */
8 #include <md5.h> /* the hash we're replacing */
10 #define HASHTYPE "SHA512"
13 #define MD5Filter SHA512_Filter
14 #define MD5String SHA512_String
15 #define MD5TestSuite SHA512_TestSuite
16 #define MD5TimeTrial SHA512_TimeTrial
18 #define MD5Data SHA512_Data
19 #define MD5Init SHA512_Init
20 #define MD5Update SHA512_Update
21 #define MD5End SHA512_End
23 #define MD5_CTX SHA512_CTX