您当前的位置: 首页 > 

mutourend

暂无认证

  • 4浏览

    0关注

    661博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

bn128 curve 学习笔记

mutourend 发布时间:2019-03-05 19:04:23 ,浏览量:4

bn128 curve root_of_unity与omega计算关系。 程序代码为:

template
typename std::enable_if::value, FieldT>::type
get_root_of_unity(const size_t n)
{
    const size_t logn = log2(n);
    if (n != (1u  FieldT::s) throw std::invalid_argument("libff::get_root_of_unity: expected logn             
关注
打赏
1664532908
查看更多评论
0.0408s