Cargo Features

cita-hashable has no features set by default.

[dependencies]
cita-hashable = { version = "0.1.0", features = ["sha3hash", "blake2bhash", "sm3hash"] }
sha3hash = tiny-keccak

Affects cita-hashable::HASH_EMPTY, cita-hashable::HASH_NULL_RLP, cita-hashable::HASH_EMPTY_LIST_RLP

blake2bhash = blake2b_simd

Affects cita-hashable::HASH_EMPTY, cita-hashable::HASH_NULL_RLP, cita-hashable::HASH_EMPTY_LIST_RLP, cita-hashable::BLAKE2BKEY

sm3hash = libsm

Affects cita-hashable::HASH_EMPTY, cita-hashable::HASH_NULL_RLP, cita-hashable::HASH_EMPTY_LIST_RLP

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

tiny-keccak sha3hash?

Enables tiny-keccak ^1.4

blake2b_simd blake2bhash?

Enables blake2b_simd ^0.5

libsm sm3hash?

Enables libsm ^0.4