Name: securemem Version: 0.1.7 x-revision: 1 Synopsis: abstraction to an auto scrubbing and const time eq, memory chunk. Description: SecureMem is similar to ByteString, except that it provides a memory chunk that will be auto-scrubbed after it run out of scope. License: BSD3 License-file: LICENSE Copyright: Vincent Hanquez Author: Vincent Hanquez Maintainer: vincent@snarc.org Category: Data Stability: experimental Build-Type: Simple Homepage: http://github.com/vincenthz/hs-securemem Cabal-Version: >=1.8 extra-doc-files: README.md Library Exposed-modules: Data.SecureMem Build-depends: base >= 4 && < 4.11 , bytestring , byteable >= 0.1.1 , ghc-prim C-sources: cbits/utils.c ghc-options: -Wall -fwarn-tabs source-repository head type: git location: https://github.com/vincenthz/hs-securemem