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