Cargo Features

[dependencies]
libcrux-ecdsa = { version = "0.0.2-beta.3", default-features = false, features = ["rand"] }
default = rand

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

rand default

Enables rand

Affects p256::rand