Crate md5_asm [] [src]

Assembly implementation of MD5 compression function.

For full MD5 hash function with this implementation of compression function use md-5 crate with the enabled "asm" feature.

Only x86 and x86-64 architectures are currently supported.

Functions

compress

Safe wrapper around assembly implementation of MD5 compression function