bspack-0.0.3: A simple and fast bytestring packer

LicenseBSD-Style
Safe HaskellNone
LanguageHaskell2010

Data.ByteString.Pack.Base32

Description

Copyright : Copyright © 2014 Nicolas DI PRIMA

Maintainer : Nicolas DI PRIMA nicolas@di-prima.fr Stability : experimental Portability : unknown

Base32 converstion (see RFC4648)

Synopsis

Documentation

putByteStringBase32 :: ByteString -> Packer () Source

convert the given bytestring in base 32

guessEncodedLength Source

Arguments

:: Int

the lenght of the Bytestring to convert into base32

-> Int 

return the maximum needed length to convert in Base32