host-encoding 0.3.12

Pure codec and hash functions for DOTNS and statement-store — no I/O, WASM-safe
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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"