cryptocipher 0.2 → 0.2.1
raw patch · 3 files changed
+3/−3 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Crypto/Cipher/RSA.hs +1/−1
- Tests.hs +1/−1
- cryptocipher.cabal +1/−1
Crypto/Cipher/RSA.hs view
@@ -47,7 +47,7 @@ , private_qinv :: Integer -- ^ q^(-1) mod p } deriving (Show) -#if !MIN_VERSION_base(4,3,0)+#if ! (MIN_VERSION_base(4,3,0)) instance Monad (Either Error) where return = Right (Left x) >>= _ = Left x
Tests.hs view
@@ -141,7 +141,7 @@ , RSA.public_e = 65537 } -args = Args+args = stdArgs { replay = Nothing , maxSuccess = 1000 , maxDiscard = 4000
cryptocipher.cabal view
@@ -1,5 +1,5 @@ Name: cryptocipher-Version: 0.2+Version: 0.2.1 Description: Symmetrical Block and Stream Ciphers License: BSD3 License-file: LICENSE