diff options
author | van Hauser <vh@thc.org> | 2020-06-12 16:08:49 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-06-12 16:08:49 +0200 |
commit | a632c00b0d023b8a40d09839fbb2662da1cb5d37 (patch) | |
tree | 3fc2bc1bebb24de5ce90d1ba9e265b7592f92e4c /docs/Changelog.md | |
parent | db2e04361da8f40a7ee99fef1c2a2ed8f08b0501 (diff) | |
download | afl++-a632c00b0d023b8a40d09839fbb2662da1cb5d37.tar.gz |
switch to faster and better hash + random
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 1fdc4677..a214e70a 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -16,6 +16,8 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. exactly one main node is present and warn otherwise - If no main node is present at a sync one secondary node automatically becomes a temporary main node until a real main nodes shows up + - switched murmur2 hashing and random() for xxh3 and xoshiro256**, giving up to 5.5% speed + increase - fix/update to MOpt (thanks to arnow117) - added MOpt dictionary support from repo - llvm_mode: |