Change "triangular" to "gamma" in ringsignatures.md

This commit is contained in:
Rucknium 2024-12-20 20:21:03 +00:00 committed by GitHub
parent 51dd5ce378
commit 59bbd2c274
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.
To read how Monero gives you privacy by default (unlinkability), see @stealth-addresses.