Cargo Features

[dependencies]
ml-kem = { version = "0.2.1", default-features = false, features = ["std", "deterministic", "zeroize"] }
default = std

The std feature is set by default whenever ml-kem is added without default-features = false somewhere in the dependency tree.

std default

Enables std of sha3

deterministic

Expose deterministic generation and encapsulation functions

Affects ml-kem::EncapsulateDeterministic, ml-kem::KemCore.generate_deterministic

zeroize

Enables zeroize