Skip to content
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.

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

@EtchedPixels

Description

@EtchedPixels

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions