Cargo Features

[dependencies]
cyclist = { version = "0.6.3", default-features = false, features = ["std", "keccyak", "xoodyak"] }
default = keccyak, std, xoodyak

These default features are set whenever cyclist is added without default-features = false somewhere in the dependency tree.

std default

Affects cyclist::Cyclist.squeeze, cyclist::Cyclist.squeeze_more, cyclist::Cyclist.squeeze_key

keccyak default = keccak-p
xoodyak default = xoodoo-p

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

keccak-p keccyak
xoodoo-p xoodyak