Cargo Features
[dependencies]
sparx-cipher = { version = "0.1.2", default-features = false, features = ["x64_128", "x128_128", "x128_256"] }
- default = x128_128
-
The
x128_128
feature is set by default wheneversparx-cipher
is added without
somewhere in the dependency tree.default-features = false - x64_128
-
Affects
sparx-cipher::params
… - x128_128 default
-
Affects
sparx-cipher::params
… - x128_256
-
Affects
sparx-cipher::params
…