-
Setup: generate a pairing-friendly curve G, and target group Gt, pairing func e: G x G -> Gt.
-
KeyGen: sk = (x), pk = (g^x).
-
Sign(m): sig = g^{1/(x+mprime)}, where mprime = H(m).
-
Verify(m, sig): check if e(pk * g^{H(m)}, g^sig) == e(g, g).
Last active
July 23, 2018 08:54
-
-
Save kunxian-xia/a926ec4969c7bcc0aa5b684b189bca25 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment