コード例 #1
0
ファイル: test_gf.py プロジェクト: eolo999/python-qrcode
def test_gf_multiply():
    gf = GaloisField(256, 301)
    assert gf.multiply(14, 33) == 227
コード例 #2
0
ファイル: test_gf.py プロジェクト: eolo999/python-qrcode
def test_gf_multiply():
    gf = GaloisField(256, 301)
    assert gf.multiply(14, 33) == 227