ElementsProject / elements

Open Source implementation of advanced blockchain features extending the Bitcoin protocol
MIT License
1.05k stars 380 forks source link

Missing CHECKMULTISIGFROMSTACK #227

Closed maaku closed 5 years ago

maaku commented 7 years ago

Now that Schnorr multi-signature aggregation has been removed, there is a need for a MULTISIG version of CHECKSIGFROMSTACK. This was not included in Alpha because Schnorr signatures allowed any multi-sig to reduce to a regular CHECKSIG.

instagibbs commented 5 years ago

MuSig deployment in future I think deprecates any real need for this. Closing for now.