Cargo Features
[dependencies]
gost-modes = { version = "0.5.0", default-features = false, features = ["std", "alloc"] }
- default = std
-
The
std
feature is set by default whenevergost-modes
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
-
Enables std of block-modes ^0.8 and cipher ^0.3
- alloc std
-
Enables alloc of block-modes ^0.8
gost-modes has 3 features without comments.