openid-0.1: An implementation of the OpenID-2.0 spec.Source codeContentsIndex
Codec.Binary.Base64
PortabilityGHC
MaintainerStability : unstable
Description

Base64 decoding and encoding routines.

Note: This module was taken from the mime package released by Galois, Inc. The original author is unknown.

Synopsis
encodeRaw :: Bool -> [Word8] -> String
encodeRawString :: Bool -> String -> String
encodeRawPrim :: Bool -> Char -> Char -> [Word8] -> String
formatOutput :: Int -> Maybe String -> String -> String
decode :: String -> [Word8]
decodeToString :: String -> String
decodePrim :: Char -> Char -> String -> [Word8]
Documentation
encodeRaw :: Bool -> [Word8] -> StringSource
encodeRawString :: Bool -> String -> StringSource
encodeRawPrim :: Bool -> Char -> Char -> [Word8] -> StringSource
formatOutput :: Int -> Maybe String -> String -> StringSource
'formatOutput n mbLT str' formats str, splitting it into lines of length n. The optional value lets you control what line terminator sequence to use; the default is CRLF (as per MIME.)
decode :: String -> [Word8]Source
decodeToString :: String -> StringSource
decodePrim :: Char -> Char -> String -> [Word8]Source
Produced by Haddock version 2.4.1