diff options
| author | Gab <24553253+gabrix73@users.noreply.github.com> | 2025-02-13 17:50:20 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-13 17:50:20 +0100 |
| commit | 5215080bce1cbe9734b0c7717cf82ca90eb01656 (patch) | |
| tree | 2bdb02efe18131c4c8d44a5a960875a2fca1df89 | |
| parent | e3d73bddf7dcd67aedaf1a206190366bac697992 (diff) | |
| download | nofuture-go-memguard-5215080bce1cbe9734b0c7717cf82ca90eb01656.tar.gz nofuture-go-memguard-5215080bce1cbe9734b0c7717cf82ca90eb01656.tar.xz nofuture-go-memguard-5215080bce1cbe9734b0c7717cf82ca90eb01656.zip | |
Update README.md
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,8 +4,8 @@ <pre> memguard.CatchInterrupt() -memguard.Purge() -unix.Mlockall(unix.MCL_CURRENT | unix.MCL_FUTURE) + memguard.Purge() + unix.Mlockall(unix.MCL_CURRENT | unix.MCL_FUTURE) </pre> <ul> <li><strong>Secure Memory Locking:</strong> Prevents swapping sensitive data to disk</li> |
