Skip to content

Data type misuse causes IDEA not working properly #1341

@jams-zhou-james

Description

@jams-zhou-james

In idea.cpp/IDEA::Base::ProcessAndXorBlock(), the variables x0,x1,x2,x3,t0,t1 should be of type uint16_t (by definition of original algorithm) but is actually of type IDEA::Word which turns out to be uint32_t. Is this my misunderstanding?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions