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

PortabilityGHC
MaintainerStability : unstable

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