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

Function POLY1305_256BYTES

src/bench/poly1305.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29static void POLY1305_256BYTES(benchmark::Bench& bench)
30{
31 POLY1305(bench, BUFFER_SIZE_SMALL);
32}
33
34static void POLY1305_1MB(benchmark::Bench& bench)
35{

Callers

nothing calls this directly

Calls 1

POLY1305Function · 0.85

Tested by

no test coverage detected