aboutsummaryrefslogtreecommitdiff
path: root/src/device/device_default.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_default.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 'src/device/device_default.hpp')
-rw-r--r--src/device/device_default.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/device/device_default.hpp b/src/device/device_default.hpp
index 90d39495b..40f06d394 100644
--- a/src/device/device_default.hpp
+++ b/src/device/device_default.hpp
@@ -111,6 +111,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_amount) override;
bool ecdhDecode(rct::ecdhTuple & masked, const rct::key & sharedSec, bool short_amount) override;