Created
May 16, 2012 07:38
-
-
Save kauppim/2708371 to your computer and use it in GitHub Desktop.
Header file example for awesome-hash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #ifndef KAUPPIM_AWESOME-HASH_H | |
| #define KAUPPIM_AWESOME-HASH_H | |
| #include <string.h> | |
| #include <stdlib.h> | |
| #include <stdint.h> | |
| uint64_t hashGenerate(const char* input, size_t length); | |
| #endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment