tree_hash

Crates.iotree_hash
lib.rstree_hash
version
sourcesrc
created_at2019-07-31 03:45:45.927035
updated_at2024-12-20 00:30:01.426552
descriptionEfficient Merkle-hashing as used in Ethereum consensus
homepage
repositoryhttps://github.com/sigp/tree_hash
max_upload_size
id153118
Cargo.toml error:TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
crates-io (github:sigp:crates-io)

documentation

https://docs.rs/tree_hash

README

tree_hash

SSZ-compatible tree hash implementation optimised for speed and security.

Maintained by Sigma Prime for use in Lighthouse, with an eye to being useful in the Rust Ethereum ecosystem more broadly. We welcome new contributors!

Please see the docs for more information.

Commit count: 16

cargo fmt