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