[package] name = "dleq_vrf" description = "VRFs from Chaum-Pedersen DLEQ proofs, usable in Ring VRFs" authors = ["Sergey Vasilyev ", "Jeff Burdges ", "Syed Hosseini "] version = "0.0.1" repository = "https://github.com/w3f/ring-vrf/tree/master/dleq_vrf" edition = "2021" license = "MIT/Apache-2.0" [dependencies] # arrayref = { version = "0.3", default-features = false } arrayvec = { version = "0.7.2", default-features = false } rand_core.workspace = true rand_chacha = { version = "0.3", default-features = false } zeroize.workspace = true ark-std.workspace = true ark-ff.workspace = true ark-ec.workspace = true ark-serialize.workspace = true ark-transcript = { version = "0.0.1", default-features = false, path = "../ark-transcript" } [dev-dependencies] ark-bls12-377 = { version = "0.4", default-features = false, features = [ "curve" ] } # ark-bls12-381 = { version = "0.4", default-features = false, features = [ "curve" ] } [features] default = ["getrandom"] # "std", "rand" getrandom = ["rand_core/getrandom"] # "ark_transcript/getrandom"