blob: c3a318837559d4132e1b8cf5ecebae521834a85b (
plain)
1
2
3
4
5
6
7
8
9
10
|
#include "crypto_hash_sha512.h"
#define crypto_hash crypto_hash_sha512
#define crypto_hash_init crypto_hash_sha512_init
#define crypto_hash_update crypto_hash_sha512_update
#define crypto_hash_final crypto_hash_sha512_final
#define crypto_hash_BYTES crypto_hash_sha512_BYTES
#define crypto_hash_IMPLEMENTATION crypto_hash_sha512_IMPLEMENTATION
#define crypto_hash_VERSION crypto_hash_sha512_VERSION
|