Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

base58

Fully qualified path: alexandria_encoding::base58

Free functions

encode_u8_arrayEncodes a byte array into Base58 format using the specified character set This function implements Base58 encoding by treating the input bytes as a big integer…

Traits

Impls

Base58EncoderBase58 encoder implementation for u8 spans
Base58DecoderBase58 decoder implementation for u8 spans