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

Function HASH_64BYTES

src/bench/chacha_poly_aead.cpp:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103static void HASH_64BYTES(benchmark::Bench& bench)
104{
105 HASH(bench, BUFFER_SIZE_TINY);
106}
107
108static void HASH_256BYTES(benchmark::Bench& bench)
109{

Callers

nothing calls this directly

Calls 1

HASHFunction · 0.70

Tested by

no test coverage detected