Kaushik S Kalmady

Results 2 issues of Kaushik S Kalmady

The code ```python import cryptanalib as ca ca.evaluate_vigenere_key_length("ucoizsbtkxhtadcg", 10) ``` Traceback ``` Traceback (most recent call last): File "", line 1, in File "cryptanalib/classical.py", line 226, in evaluate_vigenere_key_length ioc_list.append(ind_of_coinc(ciphertext, length))...

bug

https://github.com/mohittahiliani/ns-3-python-examples/blob/8ee504fad8d80dea2a695fd8d7e85b7d8fe3733e/tcp/tcp-bulk-send.py#L47 In the example, the main function takes an argument `argv`, to which `sys.argv` is passed during runtime. However the `argv` variable is never used in the program and the...