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.
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