Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

compute_bech32_checksum

Create the 6-byte checksum for HRP and data

Fully qualified path: alexandria_encoding::bech32::compute_bech32_checksum

pub fn compute_bech32_checksum(hrp: ByteArray, data: Span<u8>) -> Array<u8>