Cargo Features

[dependencies]
lockstitch = { version = "0.29.0", default-features = false, features = ["std", "portable", "docs"] }
default = std

The std feature is set by default whenever lockstitch is added without default-features = false somewhere in the dependency tree.

std default

Affects lockstitch::MixWriter

portable

Enables aes

docs

Affects lockstitch::design, lockstitch::perf