signature_ps 0.8.0

The Ockam PS signature impementation.
Documentation
[package]
name = "signature_ps"
version = "0.8.0"
authors = ["Ockam Developers"]
edition = "2018"
license = "Apache-2.0"
homepage = "https://github.com/ockam-network/ockam"
repository = "https://github.com/ockam-network/ockam/tree/develop/implementations/rust/ockam/signature_ps"
readme = "README.md"
categories = ["cryptography", "asynchronous", "authentication","no-std","algorithms"]
keywords = ["ockam", "crypto", "signature", "signing", "bls"]
description = """The Ockam PS signature impementation.
"""

[features]

[dependencies]
blake2 = "0.9"
signature_bls = { version = "0.8.0"             , path = "../signature_bls" }
bls12_381_plus = "0.5"
digest = { version = "0.9", default-features = false }
ff = "0.10"
group = "0.10"
hmac-drbg = "0.3"
hkdf = "0.10"
pairing = "0.20"
rand_core = "0.6"
rand_chacha = { version = "0.3", default-features = false }
serde = { version = "1.0", features = ["derive"] }
signature_core = { version = "0.10.0"             , path = "../signature_core" }
subtle = { version = "2.4", default-features = false }
typenum = "1.13"
zeroize = { version = "1.2", features = ["zeroize_derive"] }

[dev-dependencies]
rand_xorshift = "0.3"
rand = "0.8"