You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using bilinear map at MIRACL. When I'm multiply two elements it takes me more time then doing pairing of two elements. Isn't suppose to be the opposite?
The multiplication done by using this function : G1 PFC::mult(const G1& w,const Big& k)
The pairing is done by using this function : GT PFC::pairing(const G2& x,const G1& y)