Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ HASH_256BYTES
Function
HASH_256BYTES
src/bench/chacha_poly_aead.cpp:108–111 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
106
}
107
108
static void HASH_256BYTES(benchmark::Bench& bench)
109
{
110
HASH(bench, BUFFER_SIZE_SMALL);
111
}
112
113
static void HASH_1MB(benchmark::Bench& bench)
114
{
Callers
nothing calls this directly
Calls
1
HASH
Function · 0.70
Tested by
no test coverage detected