Monero
Loading...
Searching...
No Matches
crypto::wallet Namespace Reference

Functions

bool generate_key_derivation (const public_key &key1, const secret_key &key2, key_derivation &derivation)
bool derive_subaddress_public_key (const public_key &out_key, const key_derivation &derivation, std::size_t output_index, public_key &result)

Function Documentation

◆ derive_subaddress_public_key()

bool crypto::derive_subaddress_public_key ( const public_key & out_key,
const key_derivation & derivation,
std::size_t output_index,
public_key & result )
inline

◆ generate_key_derivation()