MCPcopy Create free account
hub / github.com/ElementsProject/elements / POLY1305_1MB

Function POLY1305_1MB

src/bench/poly1305.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34static void POLY1305_1MB(benchmark::Bench& bench)
35{
36 POLY1305(bench, BUFFER_SIZE_LARGE);
37}
38
39BENCHMARK(POLY1305_64BYTES);
40BENCHMARK(POLY1305_256BYTES);

Callers

nothing calls this directly

Calls 1

POLY1305Function · 0.85

Tested by

no test coverage detected