aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_config.h
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2020-08-31 16:49:03 -0500
committerluigi1111 <luigi1111w@gmail.com>2020-08-31 16:49:03 -0500
commit61dd04b68121b4057b4b88356761fbfb3fa73c90 (patch)
treece191c3d6f23869e1250f7d77d0746cfafa645c1 /src/cryptonote_config.h
parentMerge pull request #6787 (diff)
parentBind signature to full address and signing mode (diff)
downloadmonero-61dd04b68121b4057b4b88356761fbfb3fa73c90.tar.xz
Merge pull request #6600
fa06c39 Bind signature to full address and signing mode (SarangNoether) 743608e wallet: allow signing a message with spend or view key (moneromooo-monero)
Diffstat (limited to 'src/cryptonote_config.h')
-rw-r--r--src/cryptonote_config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cryptonote_config.h b/src/cryptonote_config.h
index f4709dc01..f50ab6a40 100644
--- a/src/cryptonote_config.h
+++ b/src/cryptonote_config.h
@@ -230,6 +230,7 @@ namespace config
const unsigned char HASH_KEY_CLSAG_ROUND[] = "CLSAG_round";
const unsigned char HASH_KEY_CLSAG_AGG_0[] = "CLSAG_agg_0";
const unsigned char HASH_KEY_CLSAG_AGG_1[] = "CLSAG_agg_1";
+ const char HASH_KEY_MESSAGE_SIGNING[] = "MoneroMessageSignature";
namespace testnet
{