Cargo Features

[dependencies]
snowv = { version = "0.1.0", default-features = false, features = ["alloc", "rust-crypto", "soft", "std", "zeroize"] }
default = zeroize

The zeroize feature is set by default whenever snowv is added without default-features = false somewhere in the dependency tree.

alloc

Enable alloc.

Currently unused.

Enables alloc of optional cipher and zeroize

rust-crypto

Enable RustCrypto bindings.

Enables cipher

soft

Force the software implementation.

std

Enable std.

Enables std of optional cipher, ct-aes, inout, and zeroize

zeroize default alloc? std?

Enable zeroize support.

Enables zeroize, zeroize of ct-aes and optional cipher