rust-crypto
rust-crypto copied to clipboard
Updated MD4 Implementation
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.
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.