#include <iostream>
#include <bench/bench.h>
#include <crypto/chacha_poly_aead.h>
#include <crypto/poly1305.h>
#include <hash.h>
#include <cassert>
#include <limits>
Go to the source code of this file.
◆ BENCHMARK() [1/9]
◆ BENCHMARK() [2/9]
◆ BENCHMARK() [3/9]
◆ BENCHMARK() [4/9]
◆ BENCHMARK() [5/9]
◆ BENCHMARK() [6/9]
◆ BENCHMARK() [7/9]
◆ BENCHMARK() [8/9]
◆ BENCHMARK() [9/9]
◆ CHACHA20_POLY1305_AEAD()
◆ CHACHA20_POLY1305_AEAD_1MB_ENCRYPT_DECRYPT()
◆ CHACHA20_POLY1305_AEAD_1MB_ONLY_ENCRYPT()
◆ CHACHA20_POLY1305_AEAD_256BYTES_ENCRYPT_DECRYPT()
◆ CHACHA20_POLY1305_AEAD_256BYTES_ONLY_ENCRYPT()
◆ CHACHA20_POLY1305_AEAD_64BYTES_ENCRYPT_DECRYPT()
◆ CHACHA20_POLY1305_AEAD_64BYTES_ONLY_ENCRYPT()
◆ HASH()
◆ HASH_1MB()
◆ HASH_256BYTES()
◆ HASH_64BYTES()
◆ aead
◆ BUFFER_SIZE_LARGE
◆ BUFFER_SIZE_SMALL
◆ BUFFER_SIZE_TINY
◆ k1
◆ k2