Cargo Features

libcrux-psq has no features set by default.

[dependencies]
libcrux-psq = { version = "0.0.2", features = ["classic-mceliece", "test-utils"] }
classic-mceliece = rand_old

Enables classic-mceliece-rust

Affects libcrux-psq::classic_mceliece

test-utils = libcrux-ecdh

DO NOT USE: This feature enables implementations backed by non-post-quantum KEMs and should only be used for testing purposes and benchmark baselines.

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

rand_old classic-mceliece?

Enables rand ^0.8

libcrux-ecdh test-utils?