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 whenever cita-sm2 is added without default-features = false somewhere in the dependency tree.

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.