adds comment about baby pbk public key extraction

This commit is contained in:
Kobi Gurkan 2019-12-01 15:38:38 +02:00
parent 8445381431
commit b928421c58

@ -81,7 +81,7 @@ template BabyCheck() {
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() {
signal private input in;
signal output Ax;