[package]
name = "host-encoding"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Pure codec and hash functions for DOTNS and statement-store — no I/O, WASM-safe"
[dependencies]
tiny-keccak = { version = "2", features = ["keccak"] }
blake2 = "0.10"
twox-hash = { version = "2", default-features = false, features = ["xxhash64"] }
thiserror.workspace = true
[dev-dependencies]
wasm-bindgen-test = "0.3"