openpgp-crypto-api 0.6.1 → 0.6.2
raw patch · 2 files changed
+9/−8 lines, 2 filesdep ~crypto-apidep ~cryptocipherdep ~cryptohash
Dependency ranges changed: crypto-api, cryptocipher, cryptohash
Files
Data/OpenPGP/CryptoAPI.hs view
@@ -10,9 +10,10 @@ import Control.Monad.Trans.Class (lift) import Control.Monad.Trans.State (StateT(..), runStateT) import Data.Binary (encode, decode, get, Word16)-import Crypto.Classes hiding (hash,sign,verify,encode)+import Crypto.Classes hiding (cfb,unCfb,hash,sign,verify,encode) import Data.Tagged (untag, asTaggedTypeOf, Tagged(..))-import Crypto.Modes (cfb, unCfb, IV, zeroIV)+import Crypto.Modes (cfb, unCfb, zeroIV)+import Crypto.Types (IV) import Crypto.Random (CryptoRandomGen, GenError(GenErrorOther), genBytes) import Crypto.Hash.MD5 (MD5) import Crypto.Hash.SHA1 (SHA1)
openpgp-crypto-api.cabal view
@@ -1,5 +1,5 @@ name: openpgp-crypto-api-version: 0.6.1+version: 0.6.2 cabal-version: >= 1.8 license: OtherLicense license-file: COPYING@@ -62,10 +62,10 @@ bytestring, binary >= 0.6.4.0, openpgp >= 0.6,- crypto-api >= 0.9,+ crypto-api >= 0.11, tagged, cryptocipher >= 0.3.6 && <= 0.3.7,- cryptohash,+ cryptohash <= 0.9.1, cereal test-suite tests@@ -79,10 +79,10 @@ binary >= 0.6.4.0, utf8-string, openpgp >= 0.6,- crypto-api >= 0.9,+ crypto-api >= 0.11, tagged,- cryptocipher >= 0.3.6,- cryptohash,+ cryptocipher >= 0.3.6 && <= 0.3.7,+ cryptohash <= 0.9.1, cereal, HUnit, QuickCheck >= 2.4.1.1,