Cargo Features
[dependencies]
cbc = { version = "0.2.0-pre.2", default-features = false, features = ["std", "alloc", "block-padding", "zeroize"] }
- default = block-padding
-
The
block-padding
feature is set by default whenevercbc
is added without
somewhere in the dependency tree.default-features = false - std = alloc
- alloc std?
- block-padding default
-
Enables block-padding of cipher
- zeroize
CBC has 5 features without comments.