Cargo Features
[dependencies]
zerocaf = { version = "0.2.0", default-features = false, features = ["nightly", "u64_backend"] }
- nightly
-
subtle:
DEPRECATED: As of 2.4.1, this feature does nothing.
- u64_backend default
-
The u64 backend uses u64s with u128 products.
Affects
field::FieldElement
,scalar::Scalar
… - default = u64_backend
-
The
u64_backend
feature is set by default wheneverzerocaf
is added without
somewhere in the dependency tree.default-features = false