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