You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
P1 = s * G = (r + h * privKey) mod q * G = r * G + h * privKey * G = R + h * pubKey
The last step seems erroneous. The privKey is converted into pubKey without any obvious mathematical operation. Is that correct? If so, I think some additional steps would need to be there for clarity.
(PS thanks for writing this!)
The text was updated successfully, but these errors were encountered:
Under the "How does it work" section, it says:
The last step seems erroneous. The privKey is converted into pubKey without any obvious mathematical operation. Is that correct? If so, I think some additional steps would need to be there for clarity.
(PS thanks for writing this!)
The text was updated successfully, but these errors were encountered: