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

Function POLY1305_64BYTES

src/bench/poly1305.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24static void POLY1305_64BYTES(benchmark::Bench& bench)
25{
26 POLY1305(bench, BUFFER_SIZE_TINY);
27}
28
29static void POLY1305_256BYTES(benchmark::Bench& bench)
30{

Callers

nothing calls this directly

Calls 1

POLY1305Function · 0.85

Tested by

no test coverage detected