Score:2

ECDSA adaptor signing and decryption

de flag

I am trying to understand this article. Can someone explain to me how the ECDSA adaptor signing is work?

From the article:

1. ECDSA adaptor signing $$s' = (H(m) + R t p)r^{-1}$$

As I understand this is standard formula where $x = t p$ - is a private key for the signature s'. So public key is $P = t p G$

2. Decryption ECDSA adaptor signature: $$s = s' t^{-1} = (H(m) + R t p)(rt)^{-1}$$

I can't understand this. Because it follows that: $$s = s' t^{-1} = (H(m) + R t p)(rt)^{-1} = (H(m) t^{-1} + R p)r^{-1}$$

But this is not standard formula for ECDSA signature (( It should be $$s = (H(m) + R p)r^{-1}$$

I don't think the article is wrong. Most likely I'm missing something. Can anyone help with understanding these formulas?

knaccc avatar
es flag
I'm confused too. The article claims $R'=Rt=rT$, where $T=tG$, which would only make sense if $R=rG$. But $R$ is not $rG$ and is not a point, $R$ is the x-coord of the point $rG$.
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.