Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ POLY1305_64BYTES
Function
POLY1305_64BYTES
src/bench/poly1305.cpp:24–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
}
23
24
static void POLY1305_64BYTES(benchmark::Bench& bench)
25
{
26
POLY1305(bench, BUFFER_SIZE_TINY);
27
}
28
29
static void POLY1305_256BYTES(benchmark::Bench& bench)
30
{
Callers
nothing calls this directly
Calls
1
POLY1305
Function · 0.85
Tested by
no test coverage detected