export key/iv

This commit is contained in:
Vincent Hanquez 2010-12-07 09:15:22 +00:00
parent 4b00c76e19
commit 4b3cd2c2f7

View file

@ -9,6 +9,8 @@ module Network.TLS.Cipher
( CipherTypeFunctions(..) ( CipherTypeFunctions(..)
, CipherKeyExchangeType(..) , CipherKeyExchangeType(..)
, Cipher(..) , Cipher(..)
, Key
, IV
, cipherExchangeNeedMoreData , cipherExchangeNeedMoreData
-- * builtin ciphers for ease of use, might move later to a tls-ciphers library -- * builtin ciphers for ease of use, might move later to a tls-ciphers library