Registry / crypto / base58-monero

base58-monero

JSON →
library2.0.0rscratesunverified

Encode and decode Monero-specific base58 strings with support for the Monero address format.

# Cargo.toml [dependencies] base58-monero = "2.0.0"
INSTALL
IMPORT
SIG · BASE58-MONERO
B
base58-monero
cryptorustv2.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

encode
use base58_monero::encode;

Encode bytes to Monero base58

use base58_monero::encode; fn main() { let data = b"hello"; let encoded = encode(data); println!("Encoded: {}", encoded); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
18
Resources
base58-monero — cargo add base58-monero · libregistry