Cargo Features

cfb-mode has no features set by default.

[dependencies]
cfb-mode = { version = "0.8.2", features = ["std", "alloc", "block-padding", "zeroize"] }
std = alloc

Enables std of cipher

alloc std?

Enables alloc of cipher

block-padding

Enables block-padding of cipher

zeroize

Enables zeroize of cipher

cfb-mode has 4 features without comments.