crypto-cipher-types 0.0.8 → 0.0.9
raw patch · 2 files changed
+2/−2 lines, 2 filesdep ~base
Dependency ranges changed: base
Files
Crypto/Cipher/Types/BlockIO.hs view
@@ -154,7 +154,7 @@ where wrap bs fakeIv d s = do fSrc <- newForeignPtr_ s let res = f (B.fromForeignPtr fSrc 0 bs)- withBytePtr res $ \r -> B.memcpy d r bs+ withBytePtr res $ \r -> B.memcpy d r (fromIntegral bs) return fakeIv loopBS :: BlockCipherIO cipher
crypto-cipher-types.cabal view
@@ -1,5 +1,5 @@ Name: crypto-cipher-types-Version: 0.0.8+Version: 0.0.9 Synopsis: Generic cryptography cipher types Description: Generic cryptography cipher types License: BSD3