Cargo Features

SNOW-V-GCM has no features set by default.

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

Enable alloc.

Enables alloc of snowv

rust-crypto

Enable RustCrypto bindings.

Enables aead and cipher

soft

Enables soft of polyhash and snowv

polyhash:

Enable the software-only backend.

std

Enable std.

Enables std of polyhash, snowv, and subtle

zeroize

Enables zeroize and zeroize of polyhash and snowv

polyhash:

Enable zeroize support.