The golang package bn256 can do this: e(g_1^x,g_2^y), but I want to compute e(g_1^x,g_1^y).
Is there any way to transfer a point on g1 to g2?
The golang package bn256 can do this: e(g_1^x,g_2^y), but I want to compute e(g_1^x,g_1^y).
Is there any way to transfer a point on g1 to g2?
I use this insteadly.
It is a golang wrapper around pbc library.