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