2018-07-16 13:13:48 +00:00
|
|
|
---
|
2021-10-04 11:01:46 +00:00
|
|
|
summary: 'total number of possible signers in a ring signature'
|
2018-07-16 13:13:48 +00:00
|
|
|
terms: ["ring-size"]
|
|
|
|
---
|
|
|
|
|
2020-08-16 17:11:02 +00:00
|
|
|
{% include disclaimer.html translated="no" translationOutdated="no" %}
|
2021-10-04 11:01:46 +00:00
|
|
|
|
2018-07-16 13:13:48 +00:00
|
|
|
### The Basics
|
2021-10-04 11:01:46 +00:00
|
|
|
|
|
|
|
Ring size refers to the total number of signers in a @ring-signature. Before
|
|
|
|
release [0.13.0 "Beryllium Bullet"]({{ site.baseurl
|
|
|
|
}}/2018/10/11/monero-0.13.0-released.html), it was possible to select an
|
|
|
|
arbitrary number of signers. With release 0.13, it was decided to set this
|
|
|
|
number to 11 to enforce transaction uniformity.
|
2018-07-16 13:13:48 +00:00
|
|
|
|
2020-09-20 08:42:15 +00:00
|
|
|
`Ring size (11) = foreign outputs (10) + your output (1)`
|
|
|
|
|
2021-10-04 11:01:46 +00:00
|
|
|
Foreign outputs are typically called "decoys," and the number of decoys was
|
|
|
|
previously called the "mixin" size.
|