From f6d5ac604b7ead8e1ef2604c3b511346b05babbf Mon Sep 17 00:00:00 2001 From: clenser Date: Thu, 19 Oct 2023 13:11:33 +0000 Subject: [PATCH] Edited ch08_signatures.adoc with Atlas code editor --- ch08_signatures.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch08_signatures.adoc b/ch08_signatures.adoc index ac05481c..3657321a 100644 --- a/ch08_signatures.adoc +++ b/ch08_signatures.adoc @@ -680,7 +680,7 @@ MuSig2:: multisignature protocol that has a BIP as of this writing). MuSig-DN:: - DN stands ((("MuSig-DN protocol")))((("repeated session attack")))for Deterministic Nonce, which eliminates as a concern a + DN stands ((("MuSig-DN protocol")))((("repeated session attacks")))for Deterministic Nonce, which eliminates as a concern a problem known as the _repeated session attack_. It can't be combined with key exchange and it's significantly more complex to implement than MuSig or MuSig2.