cryptonite-0.1: Cryptography Primitives sink

LicenseBSD-style
Stabilityexperimental
Portability???
Safe HaskellNone
LanguageHaskell2010

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