Files
emsha-rs/Cargo.toml

13 lines
332 B
TOML

[package]
name = "emsha"
description = "embedded secure hashing"
repository = "https://git.wntrmute.dev/wntrmute/emsha-rs"
categories = ["cryptography", "no-std", "embedded"]
keywords = ["sha256", "hmac", "hash", "embedded", "no_std"]
license-file = "LICENSE"
version = "1.0.0"
edition = "2024"
publish = ["kellnr"]
[dependencies]