Cargo Features
jubjub-schnorr has no features set by default.
[dependencies]
jubjub-schnorr = { version = "0.5.0", features = ["alloc", "zk", "rkyv-impl"] }
- alloc
- zk = dusk-plonk
-
Enables zk of dusk-poseidon
Affects
jubjub-schnorr::gadgets
… - rkyv-impl = bytecheck, rkyv
-
Enables rkyv-impl of dusk-jubjub
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.
- rkyv rkyv-impl?
-
Enables rkyv ^0.7
- bytecheck rkyv-impl?
-
Enables bytecheck ^0.6
- dusk-plonk zk?