Monero
Loading...
Searching...
No Matches
hw::core Namespace Reference

Classes

class  device_default

Functions

static unsigned char * operator& (crypto::ec_scalar &scalar)
static const unsigned char * operator& (const crypto::ec_scalar &scalar)
void register_all (std::map< std::string, std::unique_ptr< device > > &registry)

Variables

static device_defaultdefault_core_device = NULL

Function Documentation

◆ operator&() [1/2]

const unsigned char * hw::core::operator& ( const crypto::ec_scalar & scalar)
inlinestatic

◆ operator&() [2/2]

unsigned char * hw::core::operator& ( crypto::ec_scalar & scalar)
inlinestatic

◆ register_all()

void hw::core::register_all ( std::map< std::string, std::unique_ptr< device > > & registry)

Variable Documentation

◆ default_core_device

device_default* hw::core::default_core_device = NULL
static