You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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?