Cargo Features

[dependencies]
eme-mode = { version = "0.3.1", default-features = false, features = ["std", "alloc", "block-padding", "zeroize"] }
default = block-padding

The block-padding feature is set by default whenever eme-mode is added without default-features = false somewhere in the dependency tree.

std = alloc

Enables std of cipher

alloc std?

Enables alloc of cipher

block-padding default

Enables block-padding of cipher

zeroize

Enables zeroize of cipher

eme-mode has 5 features without comments.