md5-asm 0.5.2

Assembly implementation of MD5 compression function
Documentation
Assembly implementation of the [MD5] compression function. This crate is not intended for direct use, most users should prefer the [`md5`] crate with enabled `asm` feature instead. Only x86 and x86-64 architectures are currently supported. [MD5]: https://en.wikipedia.org/wiki/MD5 [`md5`]: https://crates.io/crates/md5