Skip to content

Commit

Permalink
increased time limit for a test in cipher_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharwan Tiwari authored and Sharwan Tiwari committed Mar 21, 2024
1 parent 262a5bb commit c113a0c
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 @@ -203,7 +203,7 @@ def test_impossible_differential_search():

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


def test_is_andrx():
Expand Down

0 comments on commit c113a0c

Please sign in to comment.