We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 35160ca + b1f28c9 commit 1bcacbcCopy full SHA for 1bcacbc
md/atomic-swap.md
@@ -83,3 +83,11 @@ that both blockchains support Schnorr signatures.
83
6. B adds his contribution to `s`, completing the signature, and publishes it to
84
take his coins.
85
86
+### Compatibility
87
+
88
+Adaptor signatures are *not* compatible with non-interactive signature
89
+aggregation techniques such as [Schnorr
90
+"half-aggregation"](https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2017-May/014272.html).
91
+This is because with aggregation the `s`-part in a signature can be
92
+re-randomized while staying valid, such that knowledge of a corresponding
93
+adaptor signature does not allow to compute the adaptor secret `t` as `s' - s`.
0 commit comments