Skip to content

Commit

Permalink
fixed an algebraic test assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharwan Tiwari authored and Sharwan Tiwari committed Apr 17, 2024
1 parent 5c0335c commit c547552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/cipher_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def test_is_spn():

def test_polynomial_system():
tea = TeaBlockCipher(block_bit_size=32, key_bit_size=64, number_of_rounds=1)
assert str(tea.polynomial_system()) == 'Polynomial Sequence with 352 Polynomials in 448 Variables'
assert str(tea.polynomial_system()) == 'Polynomial Sequence with 288 Polynomials in 384 Variables'


def test_polynomial_system_at_round():
Expand Down

0 comments on commit c547552

Please sign in to comment.