if a=Zr.newRandomElement(); b=Zr.newRandomElement(); How can i do the operation as c=log(a,b)? Is there a method as element_dlog_pollard_rho(element_t x, element_t g, element_t h) in PBC? Thanks! Really eager to know...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
if a=Zr.newRandomElement(); b=Zr.newRandomElement(); How can i do the operation as c=log(a,b)? Is there a method as element_dlog_pollard_rho(element_t x, element_t g, element_t h) in PBC? Thanks! Really eager to know...