Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
minisketch_tests.cpp File Reference
#include <minisketch.h>
#include <node/minisketchwrapper.h>
#include <random.h>
#include <test/util/common.h>
#include <test/util/random.h>
#include <test/util/setup_common.h>
#include <boost/test/unit_test.hpp>
#include <utility>
Include dependency graph for minisketch_tests.cpp:

Go to the source code of this file.

Functions

 BOOST_AUTO_TEST_CASE (minisketch_test)
Minisketch MakeMinisketch32 (size_t capacity)
 Wrapper around Minisketch::Minisketch(32, implementation, capacity).

Function Documentation

◆ BOOST_AUTO_TEST_CASE()

BOOST_AUTO_TEST_CASE ( minisketch_test )

Definition at line 20 of file minisketch_tests.cpp.

Here is the call graph for this function:

◆ MakeMinisketch32()

Minisketch node::MakeMinisketch32 ( size_t capacity)

Wrapper around Minisketch::Minisketch(32, implementation, capacity).

Definition at line 70 of file minisketchwrapper.cpp.

Here is the caller graph for this function: