diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-09-04 09:43:09 +0200 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-09-04 09:43:09 +0200 |
commit | 9705ccee677eb3009c6d06d1bff4d2b6cf80c4a7 (patch) | |
tree | 02f5b7ac6803ffcadb5049a92607e54307bf97c2 /include/hash.h | |
parent | 7151651ea9a87f394cf7f44fcba56cd0d2b7eefa (diff) | |
download | afl++-9705ccee677eb3009c6d06d1bff4d2b6cf80c4a7.tar.gz |
credits and license header for src/* and include/*
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. |