douhuai4155 2017-08-14 05:50
浏览 267
已采纳

如何使用golang.org/x/crypto/bn256计算e(g1 ^ x,g1 ^ x)?

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?

  • 写回答

1条回答 默认 最新

  • doushun1904 2017-08-15 03:31
    关注

    I use this insteadly.

    It is a golang wrapper around pbc library.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?