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
@magnumripper's commit a649032 introduced "common subexpressions in round 3" optimizations into many of our source files implementing (pieces of) MD4 and MD5. However, in MD5_std.c it did so only for the non-interleaved version of the code and missed the interleaved version. We could want to extend this optimization to that version as well.
This is our legacy scalar code, which rarely matters these days. But it does still have some uses.
The text was updated successfully, but these errors were encountered:
@magnumripper's commit a649032 introduced "common subexpressions in round 3" optimizations into many of our source files implementing (pieces of) MD4 and MD5. However, in
MD5_std.c
it did so only for the non-interleaved version of the code and missed the interleaved version. We could want to extend this optimization to that version as well.This is our legacy scalar code, which rarely matters these days. But it does still have some uses.
The text was updated successfully, but these errors were encountered: