automotive-cse 0.1.3.0 → 0.1.3.1
raw patch · 2 files changed
+3/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
automotive-cse.cabal view
@@ -1,6 +1,6 @@ name: automotive-cse-version: 0.1.3.0+version: 0.1.3.1 synopsis: Automotive CSE emulation description: This package includes Cryptography Security Engine (CSE) codec emulation for automotive things.@@ -46,6 +46,7 @@ , automotive-cse , bytestring+ , bytestring-short , cryptonite type: exitcode-stdio-1.0
src/Codec/Automotive/CSE/Internal.hs view
@@ -40,7 +40,7 @@ import Numeric (showHex) import qualified Data.ByteArray as B-import Crypto.Cipher.Types (cipherInit, ecbEncrypt, cbcEncrypt, nullIV, ecbDecrypt)+import Crypto.Cipher.Types (cipherInit, ecbEncrypt, cbcEncrypt, nullIV, ecbDecrypt, cbcDecrypt) import Crypto.Cipher.AES (AES128) import Crypto.Error (eitherCryptoError)