crypto_hash.h 94 Bytes
Newer Older
Wentao Zhang committed
1 2 3 4 5 6

int crypto_hash(
	unsigned char *out,
	const unsigned char *in,
	unsigned long long inlen
	);