Cargo Features

[dependencies]
ascon-hash = { version = "0.3.1", default-features = false, features = ["std", "alloc", "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 = alloc

Enables std of digest

alloc std

Enables alloc of digest

zeroize

Enables zeroize of ascon-core

ascon-hash has 4 features without comments.