#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