Cargo Features
[dependencies]
winter-air = { version = "0.10.1", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverwinter-air
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of winter-crypto, winter-fri, winter-math, and winter-utils
Affects
proof::log2
,proof::sqrt
,proof::powf
,proof::ceil
…