adds comment about baby pbk public key extraction
This commit is contained in:
parent
8445381431
commit
b928421c58
@ -81,7 +81,7 @@ template BabyCheck() {
|
|||||||
a*x2 + y2 === 1 + d*x2*y2;
|
a*x2 + y2 === 1 + d*x2*y2;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Extracts the public key from private key
|
// Extracts the public key from private key, as mentioned in https://tools.ietf.org/html/rfc8032
|
||||||
template BabyPbk() {
|
template BabyPbk() {
|
||||||
signal private input in;
|
signal private input in;
|
||||||
signal output Ax;
|
signal output Ax;
|
||||||
|
Loading…
Reference in New Issue
Block a user