diff options
| author | Sarang Noether <32460187+SarangNoether@users.noreply.github.com> | 2020-08-28 19:38:00 -0400 |
|---|---|---|
| committer | Sarang Noether <32460187+SarangNoether@users.noreply.github.com> | 2020-08-28 19:38:00 -0400 |
| commit | fa06c39d9731b90dfd58ecd6cdfd3c936ee139a7 (patch) | |
| tree | ce191c3d6f23869e1250f7d77d0746cfafa645c1 /src/device/device.hpp | |
| parent | 743608ec16e27a3c1ca2febd4e80391a32c23efd (diff) | |
| download | monzero-core-fa06c39d9731b90dfd58ecd6cdfd3c936ee139a7.tar.gz monzero-core-fa06c39d9731b90dfd58ecd6cdfd3c936ee139a7.tar.xz monzero-core-fa06c39d9731b90dfd58ecd6cdfd3c936ee139a7.zip | |
Bind signature to full address and signing mode
Diffstat (limited to 'src/device/device.hpp')
| -rw-r--r-- | src/device/device.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/device/device.hpp b/src/device/device.hpp index a6694ad09..582eb2242 100644 --- a/src/device/device.hpp +++ b/src/device/device.hpp @@ -162,7 +162,6 @@ namespace hw { virtual std::vector<crypto::public_key> get_subaddress_spend_public_keys(const cryptonote::account_keys &keys, uint32_t account, uint32_t begin, uint32_t end) = 0; virtual cryptonote::account_public_address get_subaddress(const cryptonote::account_keys& keys, const cryptonote::subaddress_index &index) = 0; virtual crypto::secret_key get_subaddress_secret_key(const crypto::secret_key &sec, const cryptonote::subaddress_index &index) = 0; - virtual crypto::secret_key get_subaddress_view_secret_key(const crypto::secret_key &sec, const cryptonote::subaddress_index &index) = 0; /* ======================================================================= */ /* DERIVATION & KEY */ |
