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
IS this is an error:
tests/test_cbc_mode.c at line 135: length = ((unsigned int) sizeof(encrypted));
Should it be the following code: length = ((unsigned int) sizeof(decrypted));
IS this is an error:
tests/test_cbc_mode.c at line 135:
length = ((unsigned int) sizeof(encrypted));Should it be the following code:
length = ((unsigned int) sizeof(decrypted));