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

AES128 does not operate correctly on a system with some int sizes #31

Open
EtchedPixels opened this issue Sep 14, 2018 · 0 comments
Open

Comments

@EtchedPixels
Copy link

set_encrypt_key assumes that unsigned int is at least 32bits. It should I think be using either uint32_t or better yet uint32_fast_t.

SHA256 is also riddled with the same flaw

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

1 participant