Haskell Functions
Utils
decodeHexText :: String -> ByteString
Decodes a hex-encoded string into bytes.
decodeBech32 :: ByteString -> RawData
Takes the bytestring representation of the encoded string and produces RawData
.
f4Jumble :: ByteString -> ByteString
Takes the input bytes and applies the F4Jumble transformation.
f4UnJumble :: ByteString -> ByteString
Takes the input bytes and applies the inverse F4Jumble transformation.