pub fn byte_array_to_basenb_17_utf8(input: &[u8]) -> Result<Vec<u8>>Expand description
Convenience wrapper (encode bytes to Basenb 17 UTF-8 representation).
JS original: byteArrayToBase17bUtf8(intArrayIn) calling byteArrayToBasenbUtf8(17, ...).
Renamed to try to make it clearer that this isn’t the original base17b
format.