License | BSD-style |
---|---|
Maintainer | Nicolas DI PRIMA <nicolas@di-prima.fr> |
Stability | experimental |
Portability | unknown |
Safe Haskell | None |
Language | Haskell2010 |
Low-level Base32 encoding and decoding.
If you just want to encode or decode some bytes, you probably want to use the Data.ByteArray.Encoding module.
Documentation
Transform a number of bytes pointed by.src in the base32 binary representation in
dst
destination memory need to be of correct size, otherwise it will lead to really bad things.