yabase/base16

Values

pub fn decode(
  input: String,
) -> Result(BitArray, encoding.CodecError)

Decode a hexadecimal string to a BitArray.

pub fn encode(data: BitArray) -> String

Encode a BitArray to a lowercase hexadecimal string.

Search Document