ZkLoginProof
The zero-knowledge proof consisting of three elliptic curve points.
type ZkLoginProof {
a: CircomG1
b: CircomG2
c: CircomG1
}
Fields
ZkLoginProof.a ● CircomG1 object
G1 point 'a'.
ZkLoginProof.b ● CircomG2 object
G2 point 'b'.
ZkLoginProof.c ● CircomG1 object
G1 point 'c'.
Member Of
ZkLoginInputs object