mirror of
https://github.com/monero-project/monero.git
synced 2025-08-18 12:07:59 -04:00
wallet: allow signing a message with spend or view key
This commit is contained in:
parent
5946002105
commit
743608ec16
16 changed files with 178 additions and 43 deletions
|
@ -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[] = "MessageSignature";
|
||||
|
||||
namespace testnet
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue