packages feed

hspkcs11 0.6 → 0.7

raw patch · 2 files changed

+3/−2 lines, 2 files

Files

hspkcs11.cabal view
@@ -1,5 +1,5 @@ name:           hspkcs11-version:        0.6+version:        0.7 synopsis:       Wrapper for PKCS #11 interface description:    This package allows to call PKCS#11 provider libraries.  PKCS#11 is a C interface specification for cryptography providers, such as crypto tokens and HSMs homepage:       https://github.com/denisenkom/hspkcs11
src/System/Crypto/Pkcs11.hs view
@@ -1,7 +1,8 @@ -- | This is the main module that contains bindings for PKCS#11 interface. module System.Crypto.Pkcs11+  (     -- * Library-  ( Library+    Library   , loadLibrary   , releaseLibrary     -- ** Reading library information