Bitcoin Core  27.99.0
P2P Digital Currency
Functions | Variables
poly1305.cpp File Reference
#include <bench/bench.h>
#include <crypto/poly1305.h>
#include <span.h>
Include dependency graph for poly1305.cpp:

Go to the source code of this file.

Functions

static void POLY1305 (benchmark::Bench &bench, size_t buffersize)
 
static void POLY1305_64BYTES (benchmark::Bench &bench)
 
static void POLY1305_256BYTES (benchmark::Bench &bench)
 
static void POLY1305_1MB (benchmark::Bench &bench)
 
 BENCHMARK (POLY1305_64BYTES, benchmark::PriorityLevel::HIGH)
 
 BENCHMARK (POLY1305_256BYTES, benchmark::PriorityLevel::HIGH)
 
 BENCHMARK (POLY1305_1MB, benchmark::PriorityLevel::HIGH)
 

Variables

static constexpr uint64_t BUFFER_SIZE_TINY = 64
 
static constexpr uint64_t BUFFER_SIZE_SMALL = 256
 
static constexpr uint64_t BUFFER_SIZE_LARGE = 1024*1024
 

Function Documentation

◆ BENCHMARK() [1/3]

◆ BENCHMARK() [2/3]

◆ BENCHMARK() [3/3]

◆ POLY1305()

static void POLY1305 ( benchmark::Bench bench,
size_t  buffersize 
)
static

Definition at line 16 of file poly1305.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ POLY1305_1MB()

static void POLY1305_1MB ( benchmark::Bench bench)
static

Definition at line 36 of file poly1305.cpp.

Here is the call graph for this function:

◆ POLY1305_256BYTES()

static void POLY1305_256BYTES ( benchmark::Bench bench)
static

Definition at line 31 of file poly1305.cpp.

Here is the call graph for this function:

◆ POLY1305_64BYTES()

static void POLY1305_64BYTES ( benchmark::Bench bench)
static

Definition at line 26 of file poly1305.cpp.

Here is the call graph for this function:

Variable Documentation

◆ BUFFER_SIZE_LARGE

constexpr uint64_t BUFFER_SIZE_LARGE = 1024*1024
staticconstexpr

Definition at line 14 of file poly1305.cpp.

◆ BUFFER_SIZE_SMALL

constexpr uint64_t BUFFER_SIZE_SMALL = 256
staticconstexpr

Definition at line 13 of file poly1305.cpp.

◆ BUFFER_SIZE_TINY

constexpr uint64_t BUFFER_SIZE_TINY = 64
staticconstexpr

Definition at line 12 of file poly1305.cpp.