Safe Haskell | None |
---|---|
Language | Haskell98 |
SSH.Crypto
Documentation
Constructors
Cipher | |
Fields
|
data CipherType Source
Constructors
AES |
data CipherMode Source
Constructors
CBC |
Constructors
HMAC | |
Fields
|
Constructors
RSAPublicKey | |
DSAPublicKey | |
Constructors
RSAKeyPair | |
DSAKeyPair | |
toBlocks :: Integral a => a -> ByteString -> [ByteString] Source
fromBlocks :: [ByteString] -> ByteString Source
blob :: PublicKey -> ByteString Source
blobToKey :: ByteString -> PublicKey Source
sign :: KeyPair -> ByteString -> IO ByteString Source