Cargo Features

ChaCha20 has no features set by default.

[dependencies]
chacha20 = { version = "0.9.1", features = ["std", "zeroize"] }
std

Enables std of cipher

zeroize

Enables zeroize of cipher

ChaCha20 has 2 features without comments.