Expand description
Powerful, batteries-included Monero library. It is mainly function-oriented, but some structs are also included.
You can get started by adding the “libmonero” crate in your project:
cargo add libmonero
Below list is sorted alphabetically.
§Structs, Functions And All Usable Items
- Blocks
- Crypt
cryptonightcn_slow_hash(input: &[u8]) -> String- EXPERIMENTAL!
- Keys
derive_address(public_spend_key: String, public_view_key: String, network: i8) -> Stringderive_hex_seed(mnemonic_seed: Vec<String>) -> Stringderive_priv_keys(hex_seed: String) -> Vec<String>derive_priv_vk_from_priv_sk(private_spend_key: String) -> Stringderive_pub_key(private_key: String) -> Stringgenerate_seed(language: &str, seed_type: &str) -> Vec<String>
- Utils