cr-marcstevens / sha1collisiondetection

Library and command line tool to detect SHA-1 collision in a file
Other
1.3k stars 179 forks source link

Remove unneeded buffers from context. #29

Open shumow opened 7 years ago

shumow commented 7 years ago

Upon code review, @cr-marcstevens and I noticed that the ihv2 buffers and m2 buffers on the context are unnecessary for the struct. And hence can be removed to simplify the code.