ssh-0.1: A pure-Haskell SSH server library.

SSH.Crypto

Documentation

data Cipher Source

Constructors

Cipher 

data CipherType Source

Constructors

AES 

data CipherMode Source

Constructors

CBC 

data HMAC Source

Constructors

HMAC 

toBlocks :: (Integral a, Integral b) => a -> ByteString -> [b]Source