diff options
Diffstat (limited to 'include/hash.h')
-rw-r--r-- | include/hash.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/hash.h b/include/hash.h index f60839ea..0ffaa410 100644 --- a/include/hash.h +++ b/include/hash.h @@ -1,6 +1,6 @@ /* - american fuzzy lop - hashing function - ------------------------------------- + american fuzzy lop++ - hashing function + --------------------------------------- The hash32() function is a variant of MurmurHash3, a good non-cryptosafe hashing function developed by Austin Appleby. |