38 void register_all(std::map<std::string, std::unique_ptr<device>> ®istry);
48 explicit operator bool()
const override {
return false; };
54 const std::string
get_name()
const override;
56 bool init(
void)
override;
69 void lock(
void)
override;
70 void unlock(
void)
override;
125 const bool &need_additional_txkeys,
const std::vector<crypto::secret_key> &additional_tx_keys,
126 std::vector<crypto::public_key> &additional_tx_public_keys,
127 std::vector<rct::key> &amount_keys,
139 const std::vector<const crypto::public_key *> &pubs,
Definition: cryptonote_basic.h:171
Definition: device_default.hpp:40
device_default & operator=(const device_default &device)=delete
bool mlsag_hash(const rct::keyV &long_message, rct::key &c) override
Definition: device_default.cpp:387
bool get_secret_keys(crypto::secret_key &viewkey, crypto::secret_key &spendkey) override
Definition: device_default.cpp:117
bool close_tx(void) override
Definition: device_default.cpp:403
bool sc_secret_add(crypto::secret_key &r, const crypto::secret_key &a, const crypto::secret_key &b) override
Definition: device_default.cpp:232
bool generate_output_ephemeral_keys(const size_t tx_version, const cryptonote::account_keys &sender_account_keys, const crypto::public_key &txkey_pub, const crypto::secret_key &tx_key, const cryptonote::tx_destination_entry &dst_entr, const boost::optional< cryptonote::account_public_address > &change_addr, const size_t output_index, const bool &need_additional_txkeys, const std::vector< crypto::secret_key > &additional_tx_keys, std::vector< crypto::public_key > &additional_tx_public_keys, std::vector< rct::key > &amount_keys, crypto::public_key &out_eph_public_key) override
Definition: device_default.cpp:287
bool encrypt_payment_id(crypto::hash8 &payment_id, const crypto::public_key &public_key, const crypto::secret_key &secret_key) override
Definition: device_default.cpp:338
std::vector< crypto::public_key > get_subaddress_spend_public_keys(const cryptonote::account_keys &keys, uint32_t account, uint32_t begin, uint32_t end) override
Definition: device_default.cpp:144
bool generate_ring_signature(const crypto::hash &prefix_hash, const crypto::key_image &image, const std::vector< const crypto::public_key * > &pubs, const crypto::secret_key &sec, std::size_t sec_index, crypto::signature *sig) override
Definition: device_default.cpp:423
bool ecdhDecode(rct::ecdhTuple &masked, const rct::key &sharedSec, bool short_amount) override
Definition: device_default.cpp:365
bool derive_public_key(const crypto::key_derivation &derivation, const std::size_t output_index, const crypto::public_key &pub, crypto::public_key &derived_pub) override
Definition: device_default.cpp:255
bool scalarmultKey(rct::key &aP, const rct::key &P, const rct::key &a) override
Definition: device_default.cpp:222
bool secret_key_to_public_key(const crypto::secret_key &sec, crypto::public_key &pub) override
Definition: device_default.cpp:259
bool generate_key_derivation(const crypto::public_key &pub, const crypto::secret_key &sec, crypto::key_derivation &derivation) override
Definition: device_default.cpp:241
bool try_lock(void) override
Definition: device_default.cpp:96
crypto::secret_key generate_keys(crypto::public_key &pub, crypto::secret_key &sec, const crypto::secret_key &recovery_key=crypto::secret_key(), bool recover=false) override
Definition: device_default.cpp:237
bool ecdhEncode(rct::ecdhTuple &unmasked, const rct::key &sharedSec, bool short_amount) override
Definition: device_default.cpp:360
void unlock(void) override
Definition: device_default.cpp:98
crypto::public_key get_subaddress_spend_public_key(const cryptonote::account_keys &keys, const cryptonote::subaddress_index &index) override
Definition: device_default.cpp:128
bool disconnect() override
Definition: device_default.cpp:82
bool open_tx(crypto::secret_key &tx_key) override
Definition: device_default.cpp:281
bool release() override
Definition: device_default.cpp:75
bool generate_key_image(const crypto::public_key &pub, const crypto::secret_key &sec, crypto::key_image &image) override
Definition: device_default.cpp:263
bool get_transaction_prefix_hash(const cryptonote::transaction_prefix &tx, crypto::hash &tx_prefix_hash) override
Definition: device_default.cpp:412
rct::key genCommitmentMask(const rct::key &amount_key) override
Definition: device_default.cpp:356
bool hash_to_scalar(boost::shared_ptr< crypto::rs_comm > buf, size_t length, crypto::ec_scalar &res) override
Definition: device_default.cpp:407
bool mlsag_prepare(const rct::key &H, const rct::key &xx, rct::key &a, rct::key &aG, rct::key &aHP, rct::key &rvII) override
Definition: device_default.cpp:370
~device_default()
Definition: device_default.cpp:49
bool generate_chacha_key(const cryptonote::account_keys &keys, crypto::chacha_key &key, uint64_t kdf_rounds) override
Definition: device_default.cpp:104
bool get_public_address(cryptonote::account_public_address &pubkey) override
Definition: device_default.cpp:114
bool scalarmultBase(rct::key &aG, const rct::key &a) override
Definition: device_default.cpp:227
bool connect(void) override
Definition: device_default.cpp:79
bool set_mode(device_mode mode) override
Definition: device_default.cpp:86
bool mlsag_sign(const rct::key &c, const rct::keyV &xx, const rct::keyV &alpha, const size_t rows, const size_t dsRows, rct::keyV &ss) override
Definition: device_default.cpp:392
device_default()
Definition: device_default.cpp:47
crypto::secret_key get_subaddress_secret_key(const crypto::secret_key &sec, const cryptonote::subaddress_index &index) override
Definition: device_default.cpp:198
const std::string get_name() const override
Definition: device_default.cpp:68
void lock(void) override
Definition: device_default.cpp:94
bool conceal_derivation(crypto::key_derivation &derivation, const crypto::public_key &tx_pub_key, const std::vector< crypto::public_key > &additional_tx_pub_keys, const crypto::key_derivation &main_derivation, const std::vector< crypto::key_derivation > &additional_derivations) override
Definition: device_default.cpp:268
bool derivation_to_scalar(const crypto::key_derivation &derivation, const size_t output_index, crypto::ec_scalar &res) override
Definition: device_default.cpp:245
bool derive_secret_key(const crypto::key_derivation &derivation, const std::size_t output_index, const crypto::secret_key &sec, crypto::secret_key &derived_sec) override
Definition: device_default.cpp:250
void generate_tx_proof(const crypto::hash &prefix_hash, const crypto::public_key &R, const crypto::public_key &A, const boost::optional< crypto::public_key > &B, const crypto::public_key &D, const crypto::secret_key &r, crypto::signature &sig) override
Definition: device_default.cpp:275
device_default(const device_default &device)=delete
cryptonote::account_public_address get_subaddress(const cryptonote::account_keys &keys, const cryptonote::subaddress_index &index) override
Definition: device_default.cpp:182
bool init(void) override
Definition: device_default.cpp:72
bool derive_subaddress_public_key(const crypto::public_key &pub, const crypto::key_derivation &derivation, const std::size_t output_index, crypto::public_key &derived_pub) override
Definition: device_default.cpp:124
device_type get_type() const override
Definition: device_default.hpp:64
bool mlsag_prehash(const std::string &blob, size_t inputs_size, size_t outputs_size, const rct::keyV &hashes, const rct::ctkeyV &outPk, rct::key &prehash) override
Definition: device_default.cpp:381
bool verify_keys(const crypto::secret_key &secret_key, const crypto::public_key &public_key) override
Definition: device_default.cpp:216
bool set_name(const std::string &name) override
Definition: device_default.cpp:64
Definition: device.hpp:87
std::string name
Definition: device.hpp:89
device_mode
Definition: device.hpp:98
device_mode mode
Definition: device.hpp:248
device_type
Definition: device.hpp:105
string a
Definition: MakeCryptoOps.py:15
list B
Definition: base.py:26
int b
Definition: base.py:1
POD_CLASS signature
Definition: crypto.h:108
epee::mlocked< tools::scrubbed< ec_scalar > > secret_key
Definition: crypto.h:82
POD_CLASS hash8
Definition: hash.h:53
POD_CLASS key_derivation
Definition: crypto.h:98
POD_CLASS public_key
Definition: crypto.h:76
POD_CLASS key_image
Definition: crypto.h:102
POD_CLASS ec_scalar
Definition: crypto.h:74
int rows
Definition: crypto.h:86
POD_CLASS hash
Definition: hash.h:50
void register_all(std::map< std::string, std::unique_ptr< device >> ®istry)
Definition: device_default.cpp:434
Definition: device.cpp:38
static const key H
Definition: rctTypes.h:451
std::vector< key > keyV
Definition: rctTypes.h:88
std::vector< ctkey > ctkeyV
Definition: rctTypes.h:100
int bool
Definition: stdbool.h:36
Definition: cryptonote_basic.h:453
Definition: subaddress_index.h:39
Definition: cryptonote_tx_utils.h:76
Definition: rctTypes.h:124
Definition: rctTypes.h:78