|
Electroneum
|
#include <account.h>

Public Member Functions | |
| account_keys & | operator= (account_keys const &)=default |
| void | encrypt (const crypto::chacha_key &key) |
| void | decrypt (const crypto::chacha_key &key) |
| void | encrypt_viewkey (const crypto::chacha_key &key) |
| void | decrypt_viewkey (const crypto::chacha_key &key) |
| hw::device & | get_device () const |
| void | set_device (hw::device &hwdev) |
Public Attributes | |
| account_public_address | m_account_address |
| crypto::secret_key | m_spend_secret_key |
| crypto::secret_key | m_view_secret_key |
| std::vector< crypto::secret_key > | m_multisig_keys |
| hw::device * | m_device = &hw::get_device("default") |
| crypto::chacha_iv | m_encryption_iv |
| const crypto::chacha_iv | default_iv {{0, 0, 0, 0, 0, 0, 0, 0}} |
| void cryptonote::account_keys::decrypt | ( | const crypto::chacha_key & | key | ) |
Definition at line 112 of file account.cpp.
| void cryptonote::account_keys::decrypt_viewkey | ( | const crypto::chacha_key & | key | ) |
Definition at line 127 of file account.cpp.
| void cryptonote::account_keys::encrypt | ( | const crypto::chacha_key & | key | ) |
Definition at line 106 of file account.cpp.
| void cryptonote::account_keys::encrypt_viewkey | ( | const crypto::chacha_key & | key | ) |
Definition at line 117 of file account.cpp.
| hw::device & cryptonote::account_keys::get_device | ( | ) | const |
|
default |
| void cryptonote::account_keys::set_device | ( | hw::device & | hwdev | ) |
Definition at line 63 of file account.cpp.
| const crypto::chacha_iv cryptonote::account_keys::default_iv {{0, 0, 0, 0, 0, 0, 0, 0}} |
| account_public_address cryptonote::account_keys::m_account_address |
| hw::device* cryptonote::account_keys::m_device = &hw::get_device("default") |
| crypto::chacha_iv cryptonote::account_keys::m_encryption_iv |
| std::vector<crypto::secret_key> cryptonote::account_keys::m_multisig_keys |
| crypto::secret_key cryptonote::account_keys::m_spend_secret_key |
| crypto::secret_key cryptonote::account_keys::m_view_secret_key |