Function int_bit_array_from_basenb_string

Source
pub fn int_bit_array_from_basenb_string(
    input_bytes: &[u8],
    remainder_len: Option<u32>,
) -> Result<Vec<u8>>
Expand description

internalIntBitArrayFromBasenbString(byteArrayInput, intRemainder) JS passes a Uint8Array of UTF-8 bytes and an int remainder