Cargo Features
[dependencies]
decaf377-rdsa = { version = "0.11.0", default-features = false, features = ["std", "alloc", "parallel", "u32_backend", "serde"] }
- default = serde, std
-
These default features are set whenever
decaf377-rdsa
is added without
somewhere in the dependency tree.default-features = false - std default = alloc, thiserror
-
Enables arkworks of decaf377, std of digest ^0.9, hex, and rand_core and std of ark-ff ^0.4
Alloc, No Std
and std of blake2b_simd ^0.5
No Alloc, No Std
Affects
decaf377-rdsa::batch
… - alloc std = ark-ff, ark-serialize
- parallel
-
Enables parallel of ark-ff ^0.4 and decaf377
- u32_backend
-
Enables u32_backend of decaf377
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- ark-ff alloc? parallel? std
-
Enables ark-ff ^0.4
- ark-serialize alloc?
-
Enables ark-serialize ^0.4
- serde default
-
Enables serde
Std
- thiserror std
-
Enables thiserror ^1.0