diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-02-28 20:07:37 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-02-28 20:09:51 +0100 |
commit | 9681ad0021de7580a0c18490240d9133bdbaf199 (patch) | |
tree | b1550d6d8ebfb31fc78b5335b23316db0635e2ab /siphash.h | |
parent | 92f2339ef57e46dd9a7ff996ffe066518a40839d (diff) | |
download | xK-9681ad0021de7580a0c18490240d9133bdbaf199.tar.gz xK-9681ad0021de7580a0c18490240d9133bdbaf199.tar.xz xK-9681ad0021de7580a0c18490240d9133bdbaf199.zip |
Move to liberty
Diffstat (limited to 'siphash.h')
-rw-r--r-- | siphash.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/siphash.h b/siphash.h deleted file mode 100644 index dca7c42..0000000 --- a/siphash.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef SIPHASH_H -#define SIPHASH_H - -#include <stdint.h> -#include <stdlib.h> - -uint64_t siphash (const unsigned char key[16], - const unsigned char *m, size_t len); - -#endif // SIPHASH_H |