diff options
Diffstat (limited to 'siphash.h')
-rw-r--r-- | siphash.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -20,4 +20,3 @@ int siphash(const uint8_t *in, const size_t inlen, const uint8_t *k, uint8_t *out, const size_t outlen); - |