Grazie per aver linkato il video, ma non mi è chiara una cosa: nella pratica che tipo di transazioni trarranno vantaggio da questo soft fork?
Per esempio, le classiche mega-transazioni fatte dagli exchange con molti input e molti output potranno avere dimensione ridotta sulla blockchain? Oppure è una cosa che coinvolge solo le transazioni multi-sig (che credo siano una piccola minoranza)?
Ciao,
la proprietà di linearità del metodo di firma "Scnorr" permette proprio di utilizzare una sola firma invece di n firme per n output, quindi è utile anche per le mega-transazioni degli exchange.
The same key aggregation property can be used in a single transaction environment as well, where only one signature verification is required to spend all the inputs.
A normal bitcoin transaction has more than one inputs, and each one of the input signatures is independently verified to make a successful transaction.
In the case of Schnorr signature scheme, these input signatures can be combined into a single signature called IAS or 'Interactive Aggregate Signature' which represents the sum of all the input signatures.
This IAS or Interactive Aggregate Signature, can be used to spend all the inputs in a transaction. This new signature can be verified very easily using OP_CHECKDLS, which is a new OP code that would be introduced with the Schnorr signature scheme.
Fonte:
https://hackernoon.com/the-future-of-bitcoin-schnorr-signatures-key-aggregation-and-interactive-aggregate-signatures-ias-wbk36po