From a71ebf23a2f453374d45cf315807d9dbd075d8cb Mon Sep 17 00:00:00 2001 From: butler Date: Mon, 6 Jul 2026 21:18:28 -0400 Subject: [PATCH] site: honest timing-fuzz claim, seed decrypted-not-derived, drop em dash --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 64878f5..03c0a17 100644 --- a/index.html +++ b/index.html @@ -81,7 +81,7 @@

How a payment travels

- Payments are NIP-44 encrypted; relays only ever see ciphertext — never the amount, sender, or recipient. Even the send time is fuzzed: each message is stamped a random moment up to two days in the past, so no one can line up when you sent it. Privacy is Mimblewimble on-chain + Tor on the wire. + Payments are NIP-44 encrypted; relays only ever see ciphertext (never the amount, sender, or recipient). Even the send time is fuzzed: each message is stamped a random moment up to two days in the past, so the timestamp can't reveal when you sent it. Privacy is Mimblewimble on-chain + Tor on the wire.
@@ -176,7 +176,7 @@

Your seed stays encrypted

The recovery seed is encrypted at rest with your wallet password - before it ever touches disk. It is derived on demand and never held in + before it ever touches disk. It is decrypted on demand and never held in the clear.