Function darkfi::util::encoding::base32::encode

source ยท
pub fn encode(padding: bool, data: &[u8]) -> String
Expand description

Encode a byte slice with the given base32 alphabet into a base32 string.