summaryrefslogtreecommitdiff
path: root/murmurhash.h
diff options
context:
space:
mode:
authorJoseph Werle <joseph.werle@gmail.com>2014-05-05 09:05:32 -0400
committerJoseph Werle <joseph.werle@gmail.com>2014-05-05 09:05:32 -0400
commit404fcbe88727c94236dac5cfb2a3191b6ba5f397 (patch)
tree2e3c8d8e456fa33adaed0b94e6039e773ccde497 /murmurhash.h
parent339adb3600c15d3d61320ed729bd5f002f7d7e94 (diff)
update readme
Diffstat (limited to 'murmurhash.h')
-rw-r--r--murmurhash.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/murmurhash.h b/murmurhash.h
index 48d39bf..1941e0f 100644
--- a/murmurhash.h
+++ b/murmurhash.h
@@ -9,7 +9,8 @@
#define MURMURHASH_H 1
/**
- *
+ * Returns a murmur hash of `key' based on `seed'
+ * using the MurmurHash3 algorithm
*/
uint32_t