dusk-jubjub 0.10.0

Dusk's fork of the implementation of the Jubjub elliptic curve group
Documentation
[dependencies.canonical]
optional = true
version = "0.6"

[dependencies.canonical_derive]
optional = true
version = "0.6"

[dependencies.dusk-bls12_381]
default-features = false
version = "0.8.0"

[dependencies.dusk-bytes]
version = "0.1"

[dependencies.rand_core]
default-features = false
version = "0.6"

[dependencies.subtle]
default-features = false
version = "^2.3"
[dev-dependencies.blake2]
version = "0.9"

[dev-dependencies.rand_xorshift]
default-features = false
version = "0.3"

[features]
canon = ["canonical", "canonical_derive", "dusk-bls12_381/canon"]
default = ["std"]
std = ["dusk-bls12_381/default"]

[package]
authors = ["Sean Bowe <ewillbefull@gmail.com>", "Eirik Ogilvie-Wigley <eowigley@gmail.com>", "Jack Grigg <thestr4d@gmail.com>", "CPerezz <carlos@dusk.network>"]
categories = ["algorithms", "cryptography", "science"]
description = "Dusk's fork of the implementation of the Jubjub elliptic curve group"
edition = "2018"
exclude = [".github/workflows/ci.yml", "github/workflows/rust.yml", ".gitignore"]
homepage = "https://github.com/dusk-network/jubjub"
keywords = ["cryptography", "jubjub", "zk-snarks", "ecc", "elliptic-curve"]
license = "MIT/Apache-2.0"
name = "dusk-jubjub"
repository = "https://github.com/dusk-network/jubjub"
version = "0.10.0"