Merge pull request #8465

04a1e28 ledger support for hf 15 (BP+, view tags) (j-berman)
This commit is contained in:
luigi1111 2022-08-22 22:49:47 -05:00
commit ab63fbc549
No known key found for this signature in database
GPG key ID: F4ACA0183641E010
8 changed files with 94 additions and 12 deletions

View file

@ -245,6 +245,7 @@ namespace hw {
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;
bool secret_key_to_public_key(const crypto::secret_key &sec, crypto::public_key &pub) override;
bool generate_key_image(const crypto::public_key &pub, const crypto::secret_key &sec, crypto::key_image &image) override;
bool derive_view_tag(const crypto::key_derivation &derivation, const size_t output_index, crypto::view_tag &view_tag) override;
/* ======================================================================= */
/* TRANSACTION */