openid-0.2.1.0: An implementation of the OpenID-2.0 spec.

Copyright(c) 2006-2008
MaintainerStability : unstable
PortabilityGHC
Safe HaskellNone
LanguageHaskell98

Codec.Binary.Base64

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

Documentation

formatOutput :: Int -> Maybe String -> String -> String Source #

'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.)