Hello,
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)
Thank you for your answer
Lior