Cargo Features

[dependencies]
libcrux-ecdh = { version = "0.0.5", default-features = false, features = ["std", "codec"] }
default = std

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

std default

Enables std of rand

rand:

Option (enabled by default): without "std" rand uses libcore; this option enables functionality expected to be available on a standard platform.

codec

Enables tls_codec

libcrux-ecdh has 3 features without comments.