Name: | ghc-securemem |
---|---|
Version: | 0.1.10 |
Release: | 27.el10_0 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 42379 |
License: | BSD-3-Clause |
RPM: | ghc-securemem-0.1.10-27.el10_0.x86_64.rpm |
Source RPM: | ghc-securemem-0.1.10-27.el10_0.src.rpm |
Build Date: | Tue May 20 2025 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://hackage.haskell.org/package/securemem |
Summary: | Auto-scrubbing bytestring memory chunks |
Description: | SecureMem is similar to ByteString, except that it provides a memory chunk with the following properties: - gets scrubbed after it goes out of scope - Show instance which doesn't show any content - Eq instance that is constant in time. |