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

Function HASH_256BYTES

src/bench/chacha_poly_aead.cpp:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108static void HASH_256BYTES(benchmark::Bench& bench)
109{
110 HASH(bench, BUFFER_SIZE_SMALL);
111}
112
113static void HASH_1MB(benchmark::Bench& bench)
114{

Callers

nothing calls this directly

Calls 1

HASHFunction · 0.70

Tested by

no test coverage detected