From 59bbd2c274eb484b56c7ca62bf88a7dfcfcb432d Mon Sep 17 00:00:00 2001 From: Rucknium <86333515+Rucknium@users.noreply.github.com> Date: Fri, 20 Dec 2024 20:21:03 +0000 Subject: [PATCH] Change "triangular" to "gamma" in ringsignatures.md --- _i18n/en/resources/moneropedia/ringsignatures.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_i18n/en/resources/moneropedia/ringsignatures.md b/_i18n/en/resources/moneropedia/ringsignatures.md index 806824227c..79acb88f01 100644 --- a/_i18n/en/resources/moneropedia/ringsignatures.md +++ b/_i18n/en/resources/moneropedia/ringsignatures.md @@ -13,6 +13,6 @@ For instance, a ring signature could be used to provide an anonymous signature f ### Application to Monero -A ring signature makes use of your @account keys and a number of public keys (also known as outputs) pulled from the @blockchain using a triangular distribution method. Over the course of time, past outputs could be used multiple times to form possible signer participants. In a "ring" of possible signers, all ring members are equal and valid. There is no way an outside observer can tell which of the possible signers in a signature group belongs to your @account. So, ring signatures ensure that transaction outputs are untraceable. Moreover, there are no @fungibility issues with Monero given that every transaction output has plausible deniability (e.g. the network can not tell which outputs are spent or unspent). +A ring signature makes use of your @account keys and a number of public keys (also known as outputs) pulled from the @blockchain using a gamma distribution method. Over the course of time, past outputs could be used multiple times to form possible signer participants. In a "ring" of possible signers, all ring members are equal and valid. There is no way an outside observer can tell which of the possible signers in a signature group belongs to your @account. So, ring signatures ensure that transaction outputs are untraceable. Moreover, there are no @fungibility issues with Monero given that every transaction output has plausible deniability (e.g. the network can not tell which outputs are spent or unspent). -To read how Monero gives you privacy by default (unlinkability), see @stealth-addresses. \ No newline at end of file +To read how Monero gives you privacy by default (unlinkability), see @stealth-addresses.