Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

convert_bits

Convert 5-bit data to 8-bit data

Fully qualified path: alexandria_encoding::bech32::convert_bits

pub fn convert_bits(data: Span<u8>, from_bits: u8, to_bits: u8, pad: bool) -> Array<u8>