Cargo Features

[dependencies]
pcbc = { version = "0.2.0-rc.3", default-features = false, features = ["alloc", "block-padding", "zeroize"] }
default = block-padding

The block-padding feature is set by default whenever pcbc is added without default-features = false somewhere in the dependency tree.

alloc

Enables alloc of cipher

block-padding default

Enables block-padding of cipher

zeroize

Enables zeroize of cipher

PCBC has 4 features without comments.