tests: Add fuzzing harness for classes/functions in cuckoocache.h

This commit is contained in:
practicalswift
2020-04-08 13:48:37 +00:00
parent 57890b2555
commit bf76000493
3 changed files with 57 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
#ifndef BITCOIN_CUCKOOCACHE_H
#define BITCOIN_CUCKOOCACHE_H
#include <algorithm> // std::find
#include <array>
#include <atomic>
#include <cmath>