md5-asm 0.4.0

Assembly implementation of MD5 compression function
Documentation
[package]
name = "md5-asm"
version = "0.4.0"
authors = ["RustCrypto Developers"]
license = "MIT"
description = "Assembly implementation of MD5 compression function"
documentation = "https://docs.rs/md5-asm"
repository = "https://github.com/RustCrypto/asm-hashes"
keywords = ["crypto", "md5", "asm"]
categories = ["cryptography", "no-std"]

[build-dependencies]
gcc = "0.3"

[badges]
travis-ci = { repository = "RustCrypto/asm-hashes" }