Difference between revisions of "Multisignature transaction"

 
Line 1: Line 1:
 
Multi-Signature Transactions requires multiple participants to sign a [[transaction]] with their [[private key]] rather than just one.
 
Multi-Signature Transactions requires multiple participants to sign a [[transaction]] with their [[private key]] rather than just one.
  
Multisignature transactions differ from threshold signatures in that they require m/n complete [[digital signature]]s, whereas a threshold signature scheme requires m/n partial fragments of a digital signature be added together in a [[multi-party computation]].
+
Multisignature transactions differ from [[threshold signature]]s in that they require m/n complete [[digital signature]]s, whereas a threshold signature scheme requires m/n partial fragments of a digital signature be added together in a [[multi-party computation]].

Latest revision as of 01:58, 26 April 2022

Multi-Signature Transactions requires multiple participants to sign a transaction with their private key rather than just one.

Multisignature transactions differ from threshold signatures in that they require m/n complete digital signatures, whereas a threshold signature scheme requires m/n partial fragments of a digital signature be added together in a multi-party computation.