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