Cargo Features
[dependencies]
cita-merklehash = { version = "0.2.0", default-features = false, features = ["sha3hash", "blake2bhash", "sm3hash"] }
- default = sm3hash
-
The
sm3hashfeature is set by default whenevercita-merklehashis added withoutsomewhere in the dependency tree.default-features = false - sha3hash
-
Enables sha3hash of cita-hashable
- blake2bhash
-
Enables blake2bhash of cita-hashable
- sm3hash default
-
Enables sm3hash of cita-hashable
cita-merklehash has 4 features without comments.