SIG_ALL for multi-party transactions #319
Labels
No labels
breaking change
bug
documentation
enhancement
needs discussion
needs implementation
new nut
ready
wallet-only
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
forgejo-admin/nuts#319
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The SIG_ALL flag requires transactions to be signed over both the input proofs and the output blinded messages.
This presents a problem for multi-party
SIG_ALLtransactions, where parties are in separate locations, as they must each sign the "first input proof" using the transaction's aggregated "message to sign".Passing around inputs and outputs so parties can construct the message to sign is problematic and potentially leaches privacy, because the blinding factors must also be sent if other parties are to read them, otherwise they are "signing blind".
In practical terms, only the agreed receiver (or trusted co-ordinator) needs the underlying unblinded messages. So it is simpler if they create, store and craft the message to sign, then pass that around for signing.