essential-hash 0.10.0

A minimal crate containing Essential's hash method and associated pre-hash serialization implementation.
Documentation
[dependencies.essential-types]
version = "0.8.0"

[dependencies.postcard]
features = ["alloc"]
version = "1.0.10"

[dependencies.serde]
features = ["derive"]
version = "1.0.210"

[dependencies.sha2]
version = "0.10.8"

[dev-dependencies.hex]
version = "0.4.3"

[lib]
name = "essential_hash"
path = "src/lib.rs"

[package]
authors = ["Essential Contributions <contact@essentialcontributions.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A minimal crate containing Essential's hash method and associated pre-hash serialization implementation."
edition = "2021"
homepage = "https://essential.builders/"
license = "Apache-2.0"
name = "essential-hash"
readme = "README.md"
repository = "https://github.com/essential-contributions/essential-base"
version = "0.10.0"

[[test]]
name = "hash"
path = "tests/hash.rs"