Constant pqc_kyber::KYBER_90S[][src]

pub const KYBER_90S: bool = false;
Expand description

A boolean flag for whether 90’s mode is activated.

If true AES-CTR and SHA2 will be used as cryptographic primitives instead, which may have hardware speed-ups on certain platforms.

Defaults to false, setfeatures = ["90s"] in Cargo.toml to enable.