Cargo Features

CFB-8 has no features set by default.

[dependencies]
cfb8 = { version = "0.8.1", 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-8 has 4 features without comments.