packages feed

automotive-cse 0.0.1.0 → 0.0.1.1

raw patch · 2 files changed

+13/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

automotive-cse.cabal view
@@ -1,9 +1,14 @@  name:                automotive-cse-version:             0.0.1.0+version:             0.0.1.1 synopsis:            Automotive CSE emulation description:         This package includes Cryptography Security Engine (CSE)                      codec emulation for automotive things.+                     Porting logics from <https://github.com/naohaq/CSE_KeyGen/tree/master/Erlang>.+                     Reference documents:+                     <http://cache.freescale.com/files/32bit/doc/app_note/AN4234.pdf>+                     <http://cache.freescale.com/files/microcontrollers/doc/app_note/AN5178.pdf>+                     <http://www.st.com/web/en/resource/technical/document/application_note/DM00075575.pdf> license:             BSD3 license-file:        LICENSE author:              Kei Hibino
test/expectTrue.hs view
@@ -18,6 +18,13 @@ import Crypto.Error (CryptoError)  +{-+ Following test vectors are calculated using the implementation:+   https://github.com/naohaq/CSE_KeyGen/tree/master/C+ with input params:+   https://github.com/naohaq/CSE_KeyGen/blob/master/param_sample.txt+ -}+ testAuthKey :: KeyAuthUse Auth testAuthKey = KeyAuthUse $ hxs "00010203_04050607_08090a0b_0c0d0e0f"