License | BSD-style |
---|---|
Maintainer | Vincent Hanquez <vincent@snarc.org> |
Stability | experimental |
Portability | unknown |
Safe Haskell | None |
Language | Haskell2010 |
Base64
Documentation
toBase64 :: Ptr Word8 -> Ptr Word8 -> Int -> IO () Source
Transform a number of bytes pointed by.src in the base64 binary representation in
dst
destination memory need to be of correct size, otherwise it will lead to really bad things.