Cargo Features
[dependencies]
phase21 = { version = "0.11.0", default-features = false, features = ["gpu", "pairing", "blst"] }
- default = pairing
-
The
pairing
feature is set by default wheneverphase21
is added without
somewhere in the dependency tree.default-features = false - gpu
-
Enables gpu of bellperson ^0.12
- pairing default
-
Enables pairing of bellperson ^0.12
- blst
-
Enables blst of bellperson ^0.12
phase21 has 4 features without comments.