Cargo Features

[dependencies]
ascon-hash = { version = "0.3.0", default-features = false, features = ["std", "zeroize"] }
default = std

The std feature is set by default whenever ascon-hash is added without default-features = false somewhere in the dependency tree.

std default

Enables std of digest

zeroize

Enables zeroize of ascon-core

ascon-hash has 3 features without comments.