Cargo Features
[dependencies]
cita-sm2 = { version = "0.2.0", default-features = false, features = ["sha3hash", "blake2bhash", "sm3hash"] }
- default = sm3hash
-
The
sm3hash
feature is set by default whenevercita-sm2
is added without
somewhere 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-sm2 has 4 features without comments.