Skip to content

Commit

Permalink
changed timeout for is_algebraically_secure
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgerault committed May 20, 2024
1 parent 2b8a6d7 commit 5c8e0d5
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 @@ -204,7 +204,7 @@ def test_get_round_from_component_id():

def test_is_algebraically_secure():
aes = AESBlockCipher(word_size=4, state_size=2, number_of_rounds = 1)
assert aes.is_algebraically_secure(20) is False
assert aes.is_algebraically_secure(200) is False


def test_is_andrx():
Expand Down

0 comments on commit 5c8e0d5

Please sign in to comment.