Cargo Features
[dependencies]
ark-vrf = { version = "0.1.0", default-features = false, features = ["std", "full", "secret-split", "ed25519", "jubjub", "bandersnatch", "baby-jubjub", "secp256r1", "ring", "rfc-6979", "parallel", "asm", "test-vectors"] }
- default = std
-
The
std
feature is set by default wheneverark-vrf
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of ark-ec, ark-std, and optional w3f-ring-proof
- full = baby-jubjub, bandersnatch, ed25519, jubjub, ring, secp256r1
- secret-split
- ed25519 full? = ark-ed25519
-
Curves
Affects
suites::ed25519
… - jubjub full? = ark-ed-on-bls12-381
-
Enables curve of ark-bls12-381
Affects
suites::jubjub
… - bandersnatch full? = ark-ed-on-bls12-381-bandersnatch
-
Enables curve of ark-bls12-381
Affects
suites::bandersnatch
,suites::bandersnatch_sw
… - baby-jubjub full? = ark-ed-on-bn254
-
Affects
suites::baby_jubjub
… - secp256r1 full? = ark-secp256r1, rfc-6979
-
Affects
suites::secp256r1
… - ring full? = ring-proof
-
Miscellanea
Affects
ark-vrf::ring
… - rfc-6979 secp256r1? = hmac
-
Affects
common::nonce_rfc_6979
… - parallel = rayon
-
Optimizations
Enables parallel of ark-ec, ark-ff, ark-std, and optional w3f-ring-proof
- asm
-
Enables asm of ark-ff and optional w3f-ring-proof
- test-vectors
-
Deterministic, no-zk, ring-proof (unsafe)
Enables test-vectors of optional w3f-ring-proof
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.
- rayon parallel?
- hmac rfc-6979?
- ring-proof ring?
-
Enables w3f-ring-proof
- ark-secp256r1 secp256r1?
-
Enables ark-secp256r1
Curves
- ark-ed25519 ed25519?
- ark-ed-on-bls12-381 jubjub?
- ark-ed-on-bls12-381-bandersnatch bandersnatch?
- ark-bls12-381 bandersnatch? jubjub?
- ark-ed-on-bn254 baby-jubjub?
- ark-bn254 baby-jubjub?