implement gfb* instructions' pseudo-code
authorJacob Lifshay <programmerjake@gmail.com>
Wed, 16 Mar 2022 04:14:29 +0000 (21:14 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Wed, 16 Mar 2022 04:14:29 +0000 (21:14 -0700)
commit34c2e5427810072597ccc9ed921ec789b23f3c61
tree30856ec6dd51dc48527661ee0a3d91cc3cdf8d5e
parenta5b5f4ca14b351fe7406cedac9aa3ba917a2a6a8
implement gfb* instructions' pseudo-code
cldivrem.py
decode_reducing_polynomial.py [new file with mode: 0644]
gfbinv.py [new file with mode: 0644]
gfbmadd.py [new file with mode: 0644]
gfbmul.py [new file with mode: 0644]
gfbredpoly.py [new file with mode: 0644]
log2.py [new file with mode: 0644]
state.py [new file with mode: 0644]
test_cl_gfb_gfp.py