-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Hi, are there examples for using pairing.js? What is the function name export?
For example, we use these code to init a curve, how does pairing.js init a curve?
Thanks.
char param_str[] = "type a\n"
"q 8780710799663312522437781984754049815806883199414208211028653399266475630880222957078625179422662221423155858769582317459277713367317481324925129998224791\n"
"h 12016012264891146079388821366740534204802954401251311822919615131047207289359704531102844802183906537786776\n"
"r 730750818665451621361119245571504901405976559617\n"
"exp2 159\n"
"exp1 107\n"
"sign1 1\n"
"sign0 1";
pbc_param_t par;
pbc_param_init_set_str(par, param_str);
pairing_init_pbc_param(pairing, par);Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels