cryptocipher 0.2.13 → 0.2.14
raw patch · 2 files changed
+2/−2 lines, 2 filesdep ~basePVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: base
API changes (from Hackage documentation)
- Crypto.Cipher.AES: initKey128 :: ByteString -> Either String Key
- Crypto.Cipher.AES: initKey192 :: ByteString -> Either String Key
- Crypto.Cipher.AES: initKey256 :: ByteString -> Either String Key
+ Crypto.Cipher.AES: initKey128, initKey256, initKey192 :: ByteString -> Either String Key
Files
- Crypto/Cipher/AES.hs +1/−1
- cryptocipher.cabal +1/−1
Crypto/Cipher/AES.hs view
@@ -1,4 +1,4 @@-{-# LANGUAGE MagicHash #-}+{-# LANGUAGE BangPatterns, MagicHash #-} -- | -- Module : Crypto.Cipher.AES -- License : BSD-style
cryptocipher.cabal view
@@ -1,5 +1,5 @@ Name: cryptocipher-Version: 0.2.13+Version: 0.2.14 Description: Symmetrical Block, Stream and PubKey Ciphers License: BSD3 License-file: LICENSE