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