mirror of
https://github.com/monero-project/monero.git
synced 2025-05-11 21:15:11 -04:00
ledger support for hf 15 (BP+, view tags)
This commit is contained in:
parent
b6a029f222
commit
2b83d00a9b
8 changed files with 94 additions and 12 deletions
|
@ -177,6 +177,7 @@ namespace hw {
|
|||
virtual 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) = 0;
|
||||
virtual bool secret_key_to_public_key(const crypto::secret_key &sec, crypto::public_key &pub) = 0;
|
||||
virtual bool generate_key_image(const crypto::public_key &pub, const crypto::secret_key &sec, crypto::key_image &image) = 0;
|
||||
virtual bool derive_view_tag(const crypto::key_derivation &derivation, const std::size_t output_index, crypto::view_tag &view_tag) = 0;
|
||||
|
||||
// alternative prototypes available in libringct
|
||||
rct::key scalarmultKey(const rct::key &P, const rct::key &a)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue