Cargo Features

OFB has no features set by default.

[dependencies]
ofb = { version = "0.6.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

OFB has 4 features without comments.