Cargo Features
[dependencies]
pcbc = { version = "0.2.0-rc.3", default-features = false, features = ["alloc", "block-padding", "zeroize"] }
- default = block-padding
-
The
block-paddingfeature is set by default wheneverpcbcis added withoutsomewhere in the dependency tree.default-features = false - alloc
- block-padding default
-
Enables block-padding of cipher
- zeroize
PCBC has 4 features without comments.