RSA 1.0.1 → 1.0.2
raw patch · 2 files changed
+2/−5 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Codec/Crypto/RSA.hs +1/−4
- RSA.cabal +1/−1
Codec/Crypto/RSA.hs view
@@ -50,6 +50,7 @@ import qualified Data.ByteString.Lazy as BS import Data.Digest.Pure.SHA import Data.Int+import Data.Word import System.Random #ifdef USE_BINARY@@ -60,10 +61,6 @@ #ifdef INCLUDE_MD5 import Data.Digest.Pure.MD5-#endif--#ifdef RSA_TEST-import Data.Word #endif data PublicKey = PublicKey {
RSA.cabal view
@@ -1,6 +1,6 @@ name: RSA category: Cryptography, Codec-version: 1.0.1+version: 1.0.2 license: BSD3 license-file: LICENSE author: Adam Wick <awick@galois.com>