Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Mar 5, 2024. It is now read-only.
This repository was archived by the owner on Mar 5, 2024. It is now read-only.
There was an error while loading. Please reload this page.
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));