mirror of
https://github.com/monero-project/monero.git
synced 2025-06-28 18:17:12 -04:00
Merge pull request #6436
688a3e8
Add timelock verification on device (cslashm)
This commit is contained in:
commit
443f5c6bda
8 changed files with 104 additions and 2 deletions
|
@ -275,6 +275,8 @@ namespace hw {
|
|||
|
||||
bool open_tx(crypto::secret_key &tx_key) override;
|
||||
|
||||
void get_transaction_prefix_hash(const cryptonote::transaction_prefix& tx, crypto::hash& h) override;
|
||||
|
||||
bool encrypt_payment_id(crypto::hash8 &payment_id, const crypto::public_key &public_key, const crypto::secret_key &secret_key) override;
|
||||
|
||||
rct::key genCommitmentMask(const rct::key &amount_key) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue