Update multisig and technical spec articles for 0.13.0 release

This commit is contained in:
Piotr Włodarek 2018-10-17 17:44:04 +02:00
parent b821cd4695
commit 6716502415
2 changed files with 1 additions and 2 deletions

View file

@ -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

View file

@ -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