cipher-blowfish 0.0.1 → 0.0.2
raw patch · 2 files changed
+2/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Tests/Tests.hs +1/−0
- cipher-blowfish.cabal +1/−1
Tests/Tests.hs view
@@ -5,6 +5,7 @@ import Crypto.Cipher.Blowfish import Crypto.Cipher.Types import Crypto.Cipher.Tests+import Data.ByteString.Char8 () -- orphan IsString for older bytestring versions vectors_ecb = -- key plaintext cipher [ KAT_ECB "\x00\x00\x00\x00\x00\x00\x00\x00" "\x00\x00\x00\x00\x00\x00\x00\x00" "\x4E\xF9\x97\x45\x61\x98\xDD\x78"
cipher-blowfish.cabal view
@@ -1,5 +1,5 @@ Name: cipher-blowfish-Version: 0.0.1+Version: 0.0.2 Description: Blowfish cipher primitives License: BSD3 License-file: LICENSE