convert gfp* instructions to python and add tests
authorJacob Lifshay <programmerjake@gmail.com>
Fri, 18 Mar 2022 04:34:30 +0000 (21:34 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Fri, 18 Mar 2022 04:34:30 +0000 (21:34 -0700)
commit1bae1d6192fe746fbd3b5a5691625b290f453f39
treeac2e002ee758a29605b57fb2a13635f67978c53f
parent0e2f161b1af7333967ad2afbee8eb9dfe2ff7e9e
convert gfp* instructions to python and add tests
gfpadd.py [new file with mode: 0644]
gfpinv.py [new file with mode: 0644]
gfpmadd.py [new file with mode: 0644]
gfpmsub.py [new file with mode: 0644]
gfpmsubr.py [new file with mode: 0644]
gfpmul.py [new file with mode: 0644]
gfpsub.py [new file with mode: 0644]
test_cl_gfb_gfp.py