Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added aes_decrypt_cbc to aes.h #20

Closed
wants to merge 10 commits into from
Closed

Conversation

paulo-raca
Copy link

Fixes #8

<string.h> seems to be a more popular header -- e.g., There is no memory.h in Arduino
Why is it that everyone loves to redefine BYTE and WORD ?
So that we can just build *.c and get everything working
Base64 is binary, and therefore it doesn't add '\0' after decoding.

On the other hand, it should add '\0' when encoding
So that I can use this library from C++
That bunch of 1024 byte arrays are unnecessary and don't play nicely on microcontrollers.
(I'm testing on an AVR (ATMEGA2560)
@paulo-raca
Copy link
Author

abandoning

@paulo-raca paulo-raca closed this Oct 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Aes.h missing aes_decrypt_cbc?
1 participant