[package] authors = [ "Sean Bowe ", "Eirik Ogilvie-Wigley ", "Jack Grigg ", "CPerezz ", "NoCtrlZ" ] description = "Dusk's fork of the implementation of the Jubjub elliptic curve group" homepage = "https://github.com/dusk-network/jubjub" license = "MIT/Apache-2.0" name = "plonk-jubjub" repository = "https://github.com/dusk-network/jubjub" version = "0.2.0" keywords = ["cryptography", "jubjub", "zk-snarks", "ecc", "elliptic-curve"] categories =["algorithms", "cryptography", "science"] edition = "2018" exclude = [".github/workflows/ci.yml", "github/workflows/rust.yml", ".gitignore", ] [dependencies] dusk-bytes = { version = "0.1", default-features = false } plonk-bls12_381 = {version = "0.2", default-features = false} parity-subtle = {version = "0.1.1", default-features = false} rand_core = {version = "0.6", default-features=false} canonical = {version = "0.6", default-features = false, optional = true} canonical_derive = {version = "0.6", optional = true} [dev-dependencies] rand_xorshift = {version = "0.1", default-features = false, package = "parity_rand_xorshift"} blake2 = "0.9"