Cargo Features

CTR has no features set by default.

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

CTR has 4 features without comments.