Crate monero_base58

Crate monero_base58 

Source
Expand description

§monero-base58

Rust implementation of Monero’s base58 encoding scheme.

This library is usable under no-std when the std feature (on by default) is disabled.

§Cargo Features

  • std (on by default): Enables std (and with it, more efficient internal implementations).

Functions§

decode
Decode an arbitrary-length stream of data.
decode_check
Decode an arbitrary-length stream of data, with a checksum.
encode
Encode an arbitrary-length stream of data.
encode_check
Encode an arbitrary-length stream of data, with a checksum.