From 606d18c9d6079237f322f43b357b094da2d7bacb Mon Sep 17 00:00:00 2001 From: butler Date: Mon, 6 Jul 2026 19:58:20 -0400 Subject: [PATCH] site: note fuzzed send timing in How a payment travels Each message is stamped a random moment up to two days in the past (seal and wrap both), so observers cannot correlate send time; matches Timestamp::tweaked in the wallet's gift-wrap path --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index cd3a547..64878f5 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. 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 no one can line up when you sent it. Privacy is Mimblewimble on-chain + Tor on the wire.