Cargo Features

[dependencies]
ark-scale = { version = "0.0.12", default-features = false, features = ["std", "ff", "ec", "hazmat"] }
default = std

"hazmat"

std default

Enables std of ark-bls12-381, ark-ed25519, ark-serialize, ark-std, rand_core, parity-scale-codec, and scale-info

ff ec?

Enables ark-ff

Affects ark-scale::ff

ec hazmat? = ff

Enables ark-ec

Affects ark-scale::ec

hazmat = ec

Affects ark-scale::hazmat