aboutsummaryrefslogtreecommitdiff
path: root/src/device/device_ledger.hpp
diff options
context:
space:
mode:
authorcslashm <cslashm@gmail.com>2018-12-11 10:20:21 +0100
committercslashm <cslashm@gmail.com>2019-03-28 18:26:15 +0100
commit98fdcb2aa5a1c64bad4080ad00e4bd7eb647dc74 (patch)
tree0a69b1f57abe2b61e8f3eb532c9aa0ec0eb7927a /src/device/device_ledger.hpp
parentAdd application version compatibility check. (diff)
downloadmonero-98fdcb2aa5a1c64bad4080ad00e4bd7eb647dc74.tar.xz
Add support for V11 protocol with BulletProofV2 and short amount.
New scheme key destination contrfol Fix dummy decryption in debug mode
Diffstat (limited to '')
-rw-r--r--src/device/device_ledger.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/device/device_ledger.hpp b/src/device/device_ledger.hpp
index 7ceeabc4f..da1bac575 100644
--- a/src/device/device_ledger.hpp
+++ b/src/device/device_ledger.hpp
@@ -207,6 +207,8 @@ namespace hw {
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;
+
bool ecdhEncode(rct::ecdhTuple & unmasked, const rct::key & sharedSec, bool short_format) override;
bool ecdhDecode(rct::ecdhTuple & masked, const rct::key & sharedSec, bool short_format) override;