OFB does not use padding. In my implementation it does because if I remove the xoring of the data adds bits to the plaintext/ciphertext. The issue seems to be stemming from the xor.py. Will have to look into it.
The solution for now is to simply use padding. The library comparisons will have to take note of this.
OFB does not use padding. In my implementation it does because if I remove the xoring of the data adds bits to the plaintext/ciphertext. The issue seems to be stemming from the xor.py. Will have to look into it.
The solution for now is to simply use padding. The library comparisons will have to take note of this.