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 wheneverlibcrux-ecdsa
is added without
somewhere in the dependency tree.default-features = false - rand default
-
Enables rand
Affects
p256::rand
…