MCPcopy 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
37static void CHACHA20_1MB(benchmark::Bench& bench)
38{
39 CHACHA20(bench, BUFFER_SIZE_LARGE);
40}
41
42BENCHMARK(CHACHA20_64BYTES);
43BENCHMARK(CHACHA20_256BYTES);

Callers

nothing calls this directly

Calls 1

CHACHA20Function · 0.85

Tested by

no test coverage detected