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 whenever sparx-cipher is added without default-features = false somewhere in the dependency tree.

x64_128

Affects sparx-cipher::params

x128_128 default

Affects sparx-cipher::params

x128_256

Affects sparx-cipher::params