Cargo Features
[dependencies]
ascon-hash = { version = "0.3.0", default-features = false, features = ["std", "zeroize"] }
- default = std
-
The
std
feature is set by default wheneverascon-hash
is added without
somewhere in the dependency tree.default-features = false - std default
- zeroize
-
Enables zeroize of ascon-core
ascon-hash has 3 features without comments.