From 69a1125f81a874347d93fc848f9ab76c73963021 Mon Sep 17 00:00:00 2001 From: dnaleor Date: Fri, 9 Oct 2015 16:35:58 +0200 Subject: [PATCH] Update ringsignatures.md --- knowledge-base/moneropedia/ringsignatures.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/knowledge-base/moneropedia/ringsignatures.md b/knowledge-base/moneropedia/ringsignatures.md index 49fc1354..e8d04a58 100644 --- a/knowledge-base/moneropedia/ringsignatures.md +++ b/knowledge-base/moneropedia/ringsignatures.md @@ -8,4 +8,6 @@ summary: "a group of cryptographic signatures with at least one real participant ### The Basics Ring signatures make sure individual transaction outputs on the blockchain can’t be traced. A ring signature is a group of cryptographic signatures with at least one real participant, but there is no way to tell which in the group is the real one as they all appear valid, while the key image prevents double spends. When sending a transaction, you select some random transaction outputs on the blockchain and mix those with your own “real coins”. The fact that this mixing can be done offline is a huge benefit for privacy. Mixing of coins is enforced across the network, making all coins “equal”. Because every transaction output has plausible deniability on their state (spent or unspent), there are no fungibility issues with monero +To read how Monero gives you a privacy by default (unlinkability), see @stealth-addresses. + {{ page.summary | capitalize }}.