Cargo Features

CTR has no features set by default.

[dependencies]
ctr = { version = "0.10.0-pre.2", features = ["std", "alloc", "block-padding", "zeroize"] }
std = alloc

Enables std of cipher =0.5.0-pre.7

alloc std?

Enables alloc of cipher =0.5.0-pre.7

block-padding

Enables block-padding of cipher =0.5.0-pre.7

zeroize

Enables zeroize of cipher =0.5.0-pre.7

CTR has 4 features without comments.