summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/README.md b/README.md
index fe03c87..3c18217 100644
--- a/README.md
+++ b/README.md
@@ -119,14 +119,4 @@ defer lockedKey.Destroy()</code></pre>
</li>
</ul>
-<strong>MemGuard Best Practices</strong></b>
- <ul>
- <li>๐Ÿ”’ Always use <code>defer .Destroy()</code> with LockedBuffers</li>
- <li>๐Ÿ›ก๏ธ Prefer <code>NewImmutable</code> for long-lived secrets</li>
- <li>โš ๏ธ Never expose Enclave contents to logging</li>
- <li>๐Ÿ”„ Use rolling buffers for repeated operations</li>
- <li>๐Ÿงน Explicit <code>Purge()</code> after critical operations</li>
- </ul>
-
-