Cargo Features

[dependencies]
blstrs_plus = { version = "0.8.18", default-features = false, features = ["ark", "hashing", "portable", "serde"] }
default = hashing, serde

These default features are set whenever blstrs_plus is added without default-features = false somewhere in the dependency tree.

ark = ark-bls12-381, ark-ec, ark-ff, ark-serialize, num-bigint, num-traits, rand

Affects tests::ark

hashing default

Enables hash2curve of elliptic-curve

portable

Enables portable of blst =0.3.12

blst:

Compile in portable mode, without ISA extensions.
Binary can be executed on all systems.

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-bls12-381 ark?
ark-ec ark?
ark-ff ark?
ark-serialize ark?
num-bigint ark?
num-traits ark?
rand ark?
serde default