Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

test case error #46

Open
liano1987 opened this issue Oct 20, 2020 · 1 comment
Open

test case error #46

liano1987 opened this issue Oct 20, 2020 · 1 comment

Comments

@liano1987
Copy link

liano1987 commented Oct 20, 2020

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));

@utzig
Copy link

utzig commented Oct 21, 2020

Good catch, you are correct!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants