| |||||||||
| |||||||||
| Description | |||||||||
Base32Hex module. Implemented as specified in RFC 4648 (http://tools.ietf.org/html/rfc4648). | |||||||||
| Synopsis | |||||||||
| |||||||||
| Documentation | |||||||||
| encode :: [Word8] -> String | |||||||||
| Encode data. | |||||||||
| decode :: String -> Maybe [Word8] | |||||||||
| Decode data (strict). | |||||||||
| decode' :: String -> [Maybe Word8] | |||||||||
| Decode data (lazy). | |||||||||
| chop | |||||||||
| |||||||||
| unchop :: [String] -> String | |||||||||
Concatenate the strings into one long string. See unchop in Codec.Binary.Base32 for more details. | |||||||||
| Produced by Haddock version 0.8 | |||||||||