Bitcoin ABC 0.30.5
P2P Digital Currency
|
#include <crypto/chacha_poly_aead.h>
#include <crypto/poly1305.h>
#include <support/cleanse.h>
#include <cassert>
#include <cstring>
#include <cstdio>
#include <limits>
Go to the source code of this file.
Functions | |
int | timingsafe_bcmp (const uint8_t *b1, const uint8_t *b2, size_t n) |
int timingsafe_bcmp | ( | const uint8_t * | b1, |
const uint8_t * | b2, | ||
size_t | n | ||
) |