Cargo Features
[dependencies]
ecb = { version = "0.1.2", default-features = false, features = ["std", "alloc", "block-padding"] }
- default = block-padding
-
The
block-paddingfeature is set by default wheneverecbis added withoutsomewhere in the dependency tree.default-features = false - std = alloc
-
Enables std of cipher ^0.4.4
- alloc std?
-
Enables alloc of cipher ^0.4.4
- block-padding default
-
Enables block-padding of cipher ^0.4.4
ECB has 4 features without comments.