From 02bee5d15a40768769a50c56eb6803ab47ae1f22 Mon Sep 17 00:00:00 2001 From: Gab <24553253+gabrix73@users.noreply.github.com> Date: Thu, 13 Feb 2025 17:49:10 +0100 Subject: Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dc0e7d3..b6b9489 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,16 @@ MemGuard Initialization & Configuration:
-
memguard.CatchInterrupt()
+        

+        memguard.CatchInterrupt()
 memguard.Purge()
-unix.Mlockall(unix.MCL_CURRENT | unix.MCL_FUTURE)
+unix.Mlockall(unix.MCL_CURRENT | unix.MCL_FUTURE) +
+ MemGuard in Key Lifecycle Management:
passphrase, _ := memguard.NewImmutableRandom(32)
-- 
cgit v1.2.3