MinaProtocol / mina

Mina is a cryptocurrency protocol with a constant size blockchain, improving scaling while maintaining decentralization and security.
https://minaprotocol.com
Apache License 2.0
2k stars 529 forks source link

key prefixing issue in doc #16323

Open cryptoanalyzers2 opened 4 weeks ago

cryptoanalyzers2 commented 4 weeks ago

Preliminary Checks

Summary

"; changing the equation to sG = R + H(m1 || P || R || m2 )" this makes no sense as H is scalar and not a point on the curve. Besides it contradicts the implementation where only the message and the network ID are used for signature. It seems that this key prefixing isn't use at all, this is very misleading.

Steps to Resolve this Issue

correct the doc