dusk-pki 0.8.0

A library that holds the types and functions required to perform keys operations in Dusk
Documentation
[dependencies.canonical]
optional = true
version = "0.6"

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

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

[dependencies.dusk-jubjub]
default-features = false
version = "0.10"

[dependencies.dusk-poseidon]
default-features = false
version = "0.22"

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

[dependencies.subtle]
default-features = false
version = "^2.2.1"
[dev-dependencies.sha2]
version = "0.8"

[features]
canon = ["canonical", "canonical_derive", "dusk-jubjub/canon"]

[package]
authors = ["zer0 <matteo@dusk.network>", "Victor Lopez <victor@dusk.network>"]
categories = ["cryptography", "cryptography::cryptocurrencies", "no-std", "wasm"]
description = "A library that holds the types and functions required to perform keys operations in Dusk"
edition = "2018"
exclude = [".github/workflows/ci.yml", ".gitignore"]
keywords = ["cryptography", "crypto", "pki", "bls12-381"]
license = "MPL-2.0"
name = "dusk-pki"
repository = "https://github.com/dusk-network/dusk-pki"
version = "0.8.0"