Files
emsha-rs/Cargo.toml
2025-12-29 11:17:06 -07:00

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.2"
edition = "2024"
publish = ["kellnr"]
[dependencies]