Cargo Features

[dependencies]
isap-aead = { version = "0.2.2", default-features = false, features = ["std", "alloc", "arrayvec", "heapless", "stream", "zeroize", "keccak"] }
default = alloc, ascon, keccak, zeroize

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

std = alloc

Enables std of aead

alloc default std?

Enables alloc of aead

arrayvec

Enables arrayvec of aead

heapless

Enables heapless of aead

stream

Enables stream of aead

zeroize default

Enables zeroize, zeroize of ascon

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.

ascon default zeroize
keccak default