monomials count
This commit is contained in:
@@ -30,6 +30,7 @@ def run_variable_xor(steps, target_reg, bits_to_xor):
|
|||||||
|
|
||||||
|
|
||||||
print(f"\n[Step {i + 1}]")
|
print(f"\n[Step {i + 1}]")
|
||||||
|
print(f"monomials count: {monomial_count(xor_poly)}")
|
||||||
print(f"XOR of R_bits[{target_reg}][{bits_to_xor}] =")
|
print(f"XOR of R_bits[{target_reg}][{bits_to_xor}] =")
|
||||||
print(pretty_print(xor_poly))
|
print(pretty_print(xor_poly))
|
||||||
print()
|
print()
|
||||||
|
|||||||
Reference in New Issue
Block a user