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