You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "cryptanalib/classical.py", line 226, in evaluate_vigenere_key_length
ioc_list.append(ind_of_coinc(ciphertext, length))
File "cryptanalib/classical.py", line 188, in ind_of_coinc
freq[offset][to_number(text[i*distance+offset])] += 1
IndexError: list index out of range
Get the same error for max_length = 5, 20 as well
The text was updated successfully, but these errors were encountered:
The code
Traceback
Get the same error for max_length = 5, 20 as well
The text was updated successfully, but these errors were encountered: