libsodium: Needed for Dnscrypto-proxy Release 1.3.0
[tomato.git] / release / src / router / libsodium / src / libsodium / crypto_hash / crypto_hash.c
blob2718b494a5ce686b2ff9651949e0f6de6973c1c7
2 #include "crypto_hash.h"
4 int
5 crypto_hash(unsigned char *out, const unsigned char *in,
6 unsigned long long inlen)
8 return crypto_hash_sha512(out, in, inlen);