mirror of
https://github.com/monero-project/monero-docs.git
synced 2024-12-22 19:49:22 +00:00
Update multisig and technical spec articles for 0.13.0 release
This commit is contained in:
parent
b821cd4695
commit
6716502415
2 changed files with 1 additions and 2 deletions
|
@ -25,8 +25,6 @@ Multi-signing is a wallet-level feature. There is no way to learn from the block
|
|||
|
||||
It is also worth noting in Monero there is no multisig addresses as such. [Address structure](Public-Address) does not care how the underlying private spend key got created.
|
||||
|
||||
In Monero, only N-of-N and (N-1)-of-N multisignature schemes are supported. This covers all common scenarios mentioned above but does not allow for arbitrary voting (like "3-of-5 board members").
|
||||
|
||||
After multisig wallet setup every participant ends up knowing the public address and private view key. This is necessary for participants to recognize and decipher transactions they are supposed to co-sign.
|
||||
|
||||
## Multisig wallet setup
|
||||
|
|
|
@ -64,6 +64,7 @@ title: Monero Technical Specification | Monero Documentation
|
|||
## Sender privacy
|
||||
|
||||
* ring signatures
|
||||
* the ring size is 11 (10 decoys)
|
||||
* assurance: probabilistic / plausible deniability
|
||||
|
||||
## Recipient privacy
|
||||
|
|
Loading…
Reference in a new issue