18 std::vector<uint8_t> in(buffersize, 0);
static constexpr uint64_t BUFFER_SIZE_SMALL
static void POLY1305(benchmark::State &state, size_t buffersize)
void poly1305_auth(uint8_t out[POLY1305_TAGLEN], const uint8_t *m, size_t inlen, const uint8_t key[POLY1305_KEYLEN])
static constexpr uint64_t BUFFER_SIZE_LARGE
static constexpr uint64_t BUFFER_SIZE_TINY
static void POLY1305_64BYTES(benchmark::State &state)
static void POLY1305_256BYTES(benchmark::State &state)
BENCHMARK(POLY1305_64BYTES, 500000)
static void POLY1305_1MB(benchmark::State &state)