Cargo Features
[dependencies]
secp256kfun_k256_backend = { version = "2.0.1", default-features = false, features = ["alloc"] }
- default = alloc
-
The
alloc
feature is set by default wheneversecp256kfun_k256_backend
is added without
somewhere in the dependency tree.default-features = false - alloc default
-
Affects
mul::lincomb_iter
…