Correct comment

This commit is contained in:
Daniel Tehrani
2023-02-02 10:56:42 +09:00
parent 627c769e99
commit fcb816816e

View File

@@ -19,7 +19,7 @@ template EfficientECDSA() {
var gY = 32670510020758816978083085130507043184471273380659243275938904335757337482424;
var a = 7;
// t * R = s * r^-1 * R
// s * T
component sMultT = Secp256k1Mul();
sMultT.scalar <== s;
sMultT.xP <== Tx;