Cargo Features
deck-farfalle has no features set by default.
[dependencies]
deck-farfalle = { version = "0.1.0", features = ["debug", "kravatte", "xoofff"] }
- debug
-
Derive potentially dangerous traits like
Debug
andPartialEq
for structures containing secret data. Use for tests/debugging only!Enables debug of optional permutation-keccak and optional permutation-xoodoo
- kravatte
-
Enable
kravatte
module containing the Kravatte instantiation of Farfalle.Enables permutation-keccak
Affects
deck-farfalle::kravatte
… - xoofff
-
Enable
xoofff
module containing the Xoofff instantiation of Farfalle.Enables permutation-xoodoo
Affects
deck-farfalle::xoofff
…