70 void xor_with_key_stream(const
crypto::chacha_key &
key);
81 void create_from_device(
const std::string &device_name);
101 void forget_spend_key();
102 const std::vector<crypto::secret_key> &
get_multisig_keys()
const {
return m_keys.m_multisig_keys; }
109 template <
class t_archive>
113 a & m_creation_timestamp;
void encrypt_viewkey(const crypto::chacha_key &key)
void decrypt_viewkey(const crypto::chacha_key &key)
#define KV_SERIALIZE(varialble)
const crypto::chacha_iv default_iv
void encrypt_keys(const crypto::chacha_key &key)
Holds cryptonote related classes and helpers.
crypto::chacha_iv m_encryption_iv
void decrypt_keys(const crypto::chacha_key &key)
hw::device & get_device() const
device & get_device(const std::string &device_descriptor)
void serialize(t_archive &a, const unsigned int)
unsigned __int64 uint64_t
#define KV_SERIALIZE_CONTAINER_POD_AS_BLOB(varialble)
void load(Archive &a, std::unordered_map< h_key, hval > &x, const boost::serialization::version_type ver)
void set_createtime(uint64_t val)
void encrypt(const crypto::chacha_key &key)
void set_device(hw::device &hwdev)
crypto::secret_key m_view_secret_key
const GenericPointer< typename T::ValueType > T2 T::AllocatorType & a
account_public_address m_account_address
#define KV_SERIALIZE_VAL_POD_AS_BLOB_FORCE(varialble)
crypto::secret_key m_spend_secret_key
void set_device(hw::device &hwdev)
std::vector< crypto::secret_key > m_multisig_keys
#define KV_SERIALIZE_VAL_POD_AS_BLOB_OPT(varialble, def)
void decrypt(const crypto::chacha_key &key)
#define END_KV_SERIALIZE_MAP()
uint64_t get_createtime() const
const std::vector< crypto::secret_key > & get_multisig_keys() const
hw::device & get_device() const
#define BEGIN_KV_SERIALIZE_MAP()
void encrypt_viewkey(const crypto::chacha_key &key)
void decrypt_viewkey(const crypto::chacha_key &key)