Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
Go to the documentation of this file. 18 std::vector<uint8_t> key(32,0);
22 std::vector<uint8_t> in(buffersize,0);
23 std::vector<uint8_t> out(buffersize,0);
25 ctx.Crypt(in.data(), out.data(), in.size());
static void CHACHA20(benchmark::State &state, size_t buffersize)
static const uint64_t BUFFER_SIZE_SMALL
static const uint64_t BUFFER_SIZE_LARGE
static void CHACHA20_1MB(benchmark::State &state)
static void CHACHA20_256BYTES(benchmark::State &state)
static void CHACHA20_64BYTES(benchmark::State &state)
A class for ChaCha20 256-bit stream cipher developed by Daniel J.
static secp256k1_context * ctx
BENCHMARK(CHACHA20_64BYTES)
static const uint64_t BUFFER_SIZE_TINY