cipher-des-0.0.6: DES and 3DES primitives

Portability???
Stabilityexperimental
Safe HaskellNone

Crypto.Cipher.TripleDES

Description

 

Synopsis

Documentation

data DES_EEE3 Source

3DES with 3 different keys used all in the same direction

data DES_EDE3 Source

3DES with 3 different keys used in alternative direction

data DES_EEE2 Source

3DES where the first and third keys are equal, used in the same direction

data DES_EDE2 Source

3DES where the first and third keys are equal, used in alternative direction