Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ POLY1305_1MB
Function
POLY1305_1MB
src/bench/poly1305.cpp:34–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
}
33
34
static void POLY1305_1MB(benchmark::Bench& bench)
35
{
36
POLY1305(bench, BUFFER_SIZE_LARGE);
37
}
38
39
BENCHMARK(POLY1305_64BYTES);
40
BENCHMARK(POLY1305_256BYTES);
Callers
nothing calls this directly
Calls
1
POLY1305
Function · 0.85
Tested by
no test coverage detected