diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-02-28 21:18:02 +0100 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-02-28 21:18:54 +0100 |
commit | ecad324ef338f4dd101b164ea41bb7db19ee582c (patch) | |
tree | a140eb96e885df1d4c4bfb4fd22d326863bc51f9 /siphash.h | |
parent | 49600a082b5f906c95c9fb864e59dc7506691b79 (diff) | |
download | json-rpc-shell-ecad324ef338f4dd101b164ea41bb7db19ee582c.tar.gz json-rpc-shell-ecad324ef338f4dd101b164ea41bb7db19ee582c.tar.xz json-rpc-shell-ecad324ef338f4dd101b164ea41bb7db19ee582c.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 |