summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGab <24553253+gabrix73@users.noreply.github.com>2025-02-11 17:55:48 +0100
committerGitHub <noreply@github.com>2025-02-11 17:55:48 +0100
commit87cd583e5ab8585d57dd1469dfdec1247b96f211 (patch)
treec7d5899c83601348c927dc2e5921c32c2c79c8ad
parentdd24fcfc4a7170196e4059ed9257b1b7352b8e98 (diff)
downloadnofuture-go-memguard-87cd583e5ab8585d57dd1469dfdec1247b96f211.tar.gz
nofuture-go-memguard-87cd583e5ab8585d57dd1469dfdec1247b96f211.tar.xz
nofuture-go-memguard-87cd583e5ab8585d57dd1469dfdec1247b96f211.zip
Update README.md
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 2cce331..a05cb6f 100644
--- a/README.md
+++ b/README.md
@@ -20,11 +20,11 @@ defer memguard.Purge()</pre>
<p>This ensures sensitive data is wiped from memory when the program terminates or receives an interrupt signal.</p>
b) <b>Session Management:</b>
-
-<p>Private keys are stored in memguard.LockedBuffer</p>
-<p>Public keys are stored as regular bytes</p>
-<p>Sessions are managed in a thread-safe sync.Map</p>
-<p>Session IDs use cryptographically secure random generation</p>
+<ul>
+<li>Private keys are stored in memguard.LockedBuffer</li>
+<li>Public keys are stored as regular bytes</li>
+<li>Sessions are managed in a thread-safe sync.Map</li>
+<li>Session IDs use cryptographically secure random generation</li></ul>
c) <b>Encryption Process:</b>
<ul>