Monero
Namespaces | Typedefs | Functions | Variables
tx_verification_utils.h File Reference
#include "common/data_cache.h"
#include "cryptonote_basic/cryptonote_basic.h"
Include dependency graph for tx_verification_utils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 cryptonote
 Holds cryptonote related classes and helpers.
 

Typedefs

using cryptonote::rct_ver_cache_t = ::tools::data_cache<::crypto::hash, RCT_VER_CACHE_SIZE >
 

Functions

bool cryptonote::ver_rct_non_semantics_simple_cached (transaction &tx, const rct::ctkeyM &mix_ring, rct_ver_cache_t &cache, std::uint8_t rct_type_to_cache)
 Cached version of rct::verRctNonSemanticsSimple. More...
 

Variables

static constexpr const size_t cryptonote::RCT_VER_CACHE_SIZE = 8192