Repository URL to install this package:
|
Version:
3.15.0 ▾
|
#ifndef _SIPHASH_H
#define _SIPHASH_H
int siphash(const uint8_t *in, const size_t inlen, const uint8_t *k, uint8_t *out, const size_t outlen);
#endif