Cargo Features

OFB has no features set by default.

[dependencies]
ofb = { version = "0.7.0-rc.1", features = ["alloc", "block-padding", "zeroize"] }
alloc

Enables alloc of cipher

block-padding

Enables block-padding of cipher

zeroize

Enables zeroize of cipher

OFB has 3 features without comments.