summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index a78c95a..3dbbc79 100644
--- a/README.md
+++ b/README.md
@@ -7,11 +7,11 @@
memguard.Purge()
unix.Mlockall(unix.MCL_CURRENT | unix.MCL_FUTURE)</code>
</pre>
-<ol>
- <strong>Secure Memory Locking:</strong> Prevents swapping sensitive data to disk
-<strong>Interrupt Handling:</strong> Automatic memory purge on SIGINT/SIGTERM
-<strong>Deep Memory Purge:</strong> Secure wiping of allocated buffers
- </ol>
+<ul>
+ <li><strong>Secure Memory Locking:</strong> Prevents swapping sensitive data to disk</li>
+<li><strong>Interrupt Handling:</strong> Automatic memory purge on SIGINT/SIGTERM</li>
+<li><strong>Deep Memory Purge:</strong> Secure wiping of allocated buffers</li>
+ </ul>
<strong>MemGuard in Key Lifecycle Management:</strong><br>
<pre><code>passphrase, _ := memguard.NewImmutableRandom(32)