Initial import and port from C++ code.
This commit is contained in:
12
Cargo.toml
Normal file
12
Cargo.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[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]
|
||||
Reference in New Issue
Block a user