mirror of
https://github.com/monero-project/monero.git
synced 2025-08-05 15:44:16 -04:00
Subaddresses
This commit is contained in:
parent
86e9de588c
commit
53ad5a0f42
66 changed files with 3224 additions and 868 deletions
|
@ -445,9 +445,11 @@ namespace cryptonote {
|
|||
static inline bool operator!=(const crypto::secret_key &k0, const rct::key &k1) { return memcmp(&k0, &k1, 32); }
|
||||
}
|
||||
|
||||
namespace rct {
|
||||
inline std::ostream &operator <<(std::ostream &o, const rct::key &v) {
|
||||
epee::to_hex::formatted(o, epee::as_byte_span(v)); return o;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
BLOB_SERIALIZER(rct::key);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue