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
im encrypting in python and decrypting in c. i need the file length to stay the same that's why i use ctr mode. but your python wrapper requires the input to be multiple of block size which should not be required for ctr aes.
https://github.com/wolfSSL/wolfcrypt-py/blob/1c242652a799190b55cc20964135297357e00b67/wolfcrypt/ciphers.py#L184C13-L184C13
Is this really required ?
The text was updated successfully, but these errors were encountered: