Cargo Features

[dependencies]
ml-kem = { version = "0.1.0", default-features = false, features = ["std", "deterministic"] }
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