./security/hs-securemem, Abstraction to an auto scrubbing and const time eq, memory chunk

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.1.10nb1, Package name: hs-securemem-0.1.10nb1, Maintainer: pkgsrc-users

SecureMem is similar to ByteString, except that it provides a memory chunk
that will be auto-scrubbed after it run out of scope.


Master sites:

Filesize: 3.712 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-29 06:24:44 by Masatake Daimon | Files touched by this commit (1)
Log message:
security/hs-securemem: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.
   2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141)
Log message:
Revbump all Haskell after updating lang/ghc96
   2023-10-31 18:10:50 by Masatake Daimon | Files touched by this commit (5)
Log message:
security/hs-securemem: import hs-securemem-0.1.10

SecureMem is similar to ByteString, except that it provides a memory chunk
that will be auto-scrubbed after it run out of scope.