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

Function HASH_1MB

src/bench/chacha_poly_aead.cpp:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113static void HASH_1MB(benchmark::Bench& bench)
114{
115 HASH(bench, BUFFER_SIZE_LARGE);
116}
117
118BENCHMARK(CHACHA20_POLY1305_AEAD_64BYTES_ONLY_ENCRYPT);
119BENCHMARK(CHACHA20_POLY1305_AEAD_256BYTES_ONLY_ENCRYPT);

Callers

nothing calls this directly

Calls 1

HASHFunction · 0.70

Tested by

no test coverage detected