fields.py 文件源码

python
阅读 25 收藏 0 点赞 0 评论 0

项目:fourq 作者: bifurcation 项目源码 文件源码
def test_GFp():
    inv13 = GFp.inv(13)
    test.test("inv-1271", GFp.mul(inv13, 13), 1)

    invsqrt13 = GFp.invsqrt(13)
    test.test("invsqrt-1271", GFp.mul(13, GFp.sqr(invsqrt13)), 1)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号