Learning ECDSA with arkworks-rs
Sergey Melnychuk
While I was doing-some-blockchain recently, I have found out that Elliptic Curve algebra does not seem to fit easily into u128, so this is a second attepmt, now done properly, using arkworks-rs. TL/DR: code. Note: this is a purely educational example, meant just to show how abstract math can be...