#include <account.h>
◆ decrypt()
| void cryptonote::account_keys::decrypt |
( |
const crypto::chacha_key & |
key | ) |
|
◆ decrypt_viewkey()
| void cryptonote::account_keys::decrypt_viewkey |
( |
const crypto::chacha_key & |
key | ) |
|
◆ encrypt()
| void cryptonote::account_keys::encrypt |
( |
const crypto::chacha_key & |
key | ) |
|
◆ encrypt_viewkey()
| void cryptonote::account_keys::encrypt_viewkey |
( |
const crypto::chacha_key & |
key | ) |
|
◆ get_device()
| hw::device & cryptonote::account_keys::get_device |
( |
| ) |
const |
◆ operator=()
◆ set_device()
| void cryptonote::account_keys::set_device |
( |
hw::device & |
hwdev | ) |
|
◆ xor_with_key_stream()
| void cryptonote::account_keys::xor_with_key_stream |
( |
const crypto::chacha_key & |
key | ) |
|
|
private |
◆ default_iv
| const crypto::chacha_iv cryptonote::account_keys::default_iv {{0, 0, 0, 0, 0, 0, 0, 0}} |
◆ m_account_address
◆ m_device
◆ m_encryption_iv
| crypto::chacha_iv cryptonote::account_keys::m_encryption_iv |
◆ m_multisig_keys
◆ m_spend_secret_key
◆ m_view_secret_key
The documentation for this struct was generated from the following files: