haskell-xmpp-1.0: Haskell XMPP (eXtensible Message Passing Protocol, a.k.a. Jabber) library

Portabilityportable
Stabilityexperimental
Maintainerdastapov@gmail.com

Network.XMPP.MD5

Description

Takes the MD5 module supplied by Ian Lynagh and strips it a bit to reduce number of imports See http://web.comlab.ox.ac.uk/oucl/work/ian.lynagh/ and http://www.ietf.org/rfc/rfc1321.txt.

Documentation

md5 :: MD5 a => a -> ABCDSource

md5s :: MD5 a => a -> StringSource

md5i :: MD5 a => a -> IntegerSource

class MD5 a whereSource

Methods

get_next :: a -> ([Word32], Int, a)Source

len_pad :: Zord64 -> a -> aSource

finished :: a -> BoolSource

newtype ABCD Source

Constructors

ABCD (Word32, Word32, Word32, Word32) 

Instances

newtype Str Source

Constructors

Str String 

Instances

newtype BoolList Source

Constructors

BoolList [Bool] 

Instances

newtype WordList Source

Constructors

WordList ([Word32], Zord64) 

Instances