|
Monero
|
#include <cstddef>#include "crypto/wallet/ops.h"

Go to the source code of this file.
Namespaces | |
| namespace | crypto |
| crypto namespace. | |
| namespace | crypto::wallet |
Functions | |
| bool | crypto::wallet::generate_key_derivation (const public_key &key1, const secret_key &key2, key_derivation &derivation) |
| bool | crypto::wallet::derive_subaddress_public_key (const public_key &out_key, const key_derivation &derivation, std::size_t output_index, public_key &result) |