|
|
|
|
|
by tptacek
3111 days ago
|
|
The best single-web-page treatment I've read is AGL's: https://www.imperialviolet.org/2010/12/04/ecc.html It describes the group mechanics but only briefly and then moves on to how, once you stipulate the group exists and has the operations you expect, you'd actually use it. Another way to frame the critique above is: the tutorial here has pretty basic coverage of the group mechanics and almost no coverage at all of how signing schemes with curves work --- and curve signing is actually pretty interesting! So: you'd kind of want the tutorial to pick one of those things --- the fundamental mechanism of elliptic curves as an abstract algebra concept, or curve crypto signing --- and do a better job on just that thing. For signing, the best I've read on a single page is DJB's: https://blog.cr.yp.to/20140323-ecdsa.html Someone could probably do some good fleshing out each of these sections for laypersons. (I'm spitballing). |
|
A better explanation to me would take you through the basic group theory, the overall design of a Schorr signature and then maybe a sketch of the security argument. Unfortunately doing that requires random oracles and so it’s messy. But what’s the point otherwise?