HsOpenSSL-0.10.5: Partial OpenSSL binding for Haskell

Safe HaskellNone

OpenSSL.EVP.Internal

Synopsis

Documentation

newtype Cipher Source

Cipher is an opaque object that represents an algorithm of symmetric cipher.

Constructors

Cipher (Ptr EVP_CIPHER) 

newtype Digest Source

Digest is an opaque object that represents an algorithm of message digest.

Constructors

Digest (Ptr EVP_MD) 

withMDPtr :: Digest -> (Ptr EVP_MD -> IO a) -> IO aSource

withPKeyPtr' :: PKey k => k -> (Ptr EVP_PKEY -> IO a) -> IO aSource