rust-crypto icon indicating copy to clipboard operation
rust-crypto copied to clipboard

Updated MD4 Implementation

Open chaoticsmol opened this issue 9 years ago • 1 comments

I saw that the build was failing for the previously submitted PR by @bacher09, so I wanted to see what would happen if I just tried to get things up to date. Fortunately very little had to be done. cargo test passes, and cargo build completes without errors or warnings. I hope that this can be merged as, while I realize MD4 is a broken and old algorithm, it is actually something I need to use at work to implement a legacy protocol, and the fewer ad-hoc crates I need to pull into my project the better.

chaoticsmol avatar May 31 '16 14:05 chaoticsmol

Any plans to merge this? I plan to use MD4 for some legacy hashing to some system that only accepts MD4 as input of file hashes.

emoon avatar Jul 13 '16 11:07 emoon