md5hash 0.1.1

A no_std MD5 hash implementation in safe Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies]

[package]
categories = ["algorithms", "no-std::no-alloc", "no-std", "cryptography"]
description = "A no_std MD5 hash implementation in safe Rust"
edition = "2021"
keywords = ["md5", "hash"]
license = "MIT"
name = "md5hash"
readme = "README.md"
repository = "https://github.com/QrkenBananen/md5hash"
version = "0.1.1"