[][src]Module wallet_gen::cryptonote

Various functions related to Cryptonote (e.g. Monero) wallet generation and validation.

Functions

from_seed

Creates a new Cryptonote wallet using the Electrum/Deterministic style, from the given random seed.

generate_address

Generate the Cryptonote wallet address from the two public keys and the type of coin.

new_wallet

Generates a new random Cryptonote wallet for coins like Monero or Aeon. Uses from_seed to create the wallet.