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

Copyright(c) Dmitry Astapov 20006, Ian Lynagh 2001
LicenseBSD-style (see the file ReadMe.tex)
Maintainerdastapov@gmail.com
Stabilityexperimental
Portabilityportable
Safe HaskellSafe
LanguageHaskell98

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 -> ABCD

md5s :: MD5 a => a -> String

md5i :: MD5 a => a -> Integer

class MD5 a where

Methods

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

len_pad :: Zord64 -> a -> a

finished :: a -> Bool

newtype ABCD

Constructors

ABCD (Word32, Word32, Word32, Word32) 

Instances

type Zord64 = Word64

newtype Str

Constructors

Str String 

Instances

newtype BoolList

Constructors

BoolList [Bool] 

Instances

newtype WordList

Constructors

WordList ([Word32], Zord64) 

Instances