diff options
author | JP Aumasson <jeanphilippe.aumasson@gmail.com> | 2021-02-20 20:50:05 +0100 |
---|---|---|
committer | JP Aumasson <jeanphilippe.aumasson@gmail.com> | 2021-02-20 20:50:05 +0100 |
commit | 4ce8f49e22ceb7ad973a21963884a8c3dc64c662 (patch) | |
tree | ac62e10a28986c538e127abcd54a01d8f73bb30d /test.c | |
parent | Merge pull request #34 from veorq/moretest (diff) | |
download | siphash-4ce8f49e22ceb7ad973a21963884a8c3dc64c662.tar.gz siphash-4ce8f49e22ceb7ad973a21963884a8c3dc64c662.tar.xz |
typechange
Diffstat (limited to 'test.c')
-rw-r--r-- | test.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -27,9 +27,6 @@ } \ printf("},\n"); -int halfsiphash(const uint8_t *in, const size_t inlen, const uint8_t *k, - uint8_t *out, const size_t outlen); - const char *functions[4] = { "const uint8_t vectors_sip64[64][8] =", "const uint8_t vectors_sip128[64][16] =", |