packages feed

crypto-cipher-tests 0.0.3 → 0.0.4

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

crypto-cipher-tests.cabal view
@@ -1,5 +1,5 @@ Name:                crypto-cipher-tests-Version:             0.0.3+Version:             0.0.4 Synopsis:            Generic cryptography cipher tests Description:         Generic cryptography cipher tests License:             BSD3
tests/Tests.hs view
@@ -13,7 +13,7 @@ instance Cipher XorCipher where     cipherInit _    = XorCipher     cipherName _    = "xor"-    cipherKeySize _ = Just 0+    cipherKeySize _ = KeySizeRange 1 32  instance BlockCipher XorCipher where     blockSize  _   = 16