signature_core 0.26.0

Signature core types of the Ockam library.
Documentation
[package]
name = "signature_core"
version = "0.26.0"
authors = ["Ockam Deveopers"]
edition = "2018"
resolver = "2"
license = "Apache-2.0"
homepage = "https://github.com/ockam-network/ockam"
repository = "https://github.com/ockam-network/ockam/implementations/rust/ockam/signatures_core"
readme = "README.md"
keywords = ["ockam", "crypto", "cryptography", "signatures", "signing"]
categories = ["cryptography", "asynchronous", "authentication","no-std", "algorithms"]
description = """
Signature core types of the Ockam library.
"""
exclude = [
    "DEVELOP.md",
    "LICENSE"
]


[dependencies]
blake2 = { version = "0.9", default-features = false }
bls12_381_plus = { version = "0.5", default-features = false, features = ["groups"] }
digest = { version = "0.9", default-features = false }
ff = { version = "0.10", default-features = false }
group = "0.10"
hashbrown = { version = "0.11", default-features = false, features = ["ahash"] }
heapless = "0.7"
rand_core = "0.6"
serde = { version = "1.0", default-features = false, features = ["derive"] }
subtle = { version = "2.4", default_features = false }
typenum = "1.13"
serde-big-array = "0.3"

[dev-dependencies]
rand = "0.8.3"
serde_json = "1.0"