|
Monero
|
#include <cinttypes>#include <stdlib.h>#include <chrono>#include "include_base_utils.h"#include "string_tools.h"#include "rpc_payment_signature.h"
Namespaces | |
| namespace | cryptonote |
| Holds cryptonote related classes and helpers. | |
Macros | |
| #define | MONERO_DEFAULT_LOG_CATEGORY "daemon.rpc.payment" |
| #define | TIMESTAMP_LEEWAY (60 * 1000000) /* 60 seconds, in microseconds */ |
Functions | |
| std::string | cryptonote::make_rpc_payment_signature (const crypto::secret_key &skey) |
| bool | cryptonote::verify_rpc_payment_signature (const std::string &message, crypto::public_key &pkey, uint64_t &ts) |
| #define MONERO_DEFAULT_LOG_CATEGORY "daemon.rpc.payment" |
| #define TIMESTAMP_LEEWAY (60 * 1000000) /* 60 seconds, in microseconds */ |