fastcrypto-tbls 0.1.0

Threshold BLS and DKG protocols
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "fastcrypto-tbls"
version = "0.1.0"
authors = ["Mysten Labs <build@mystenlabs.com>"]
description = "Threshold BLS and DKG protocols"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/MystenLabs/fastcrypto"

[[bench]]
name = "polynomial"
harness = false

[[bench]]
name = "dkg"
harness = false

[[bench]]
name = "nidkg"
harness = false
required-features = ["experimental"]

[[bench]]
name = "tbls"
harness = false

[dependencies.bcs]
version = "0.1.4"

[dependencies.digest]
version = "0.10.6"

[dependencies.fastcrypto]
version = "0.1.8"
features = ["aes"]

[dependencies.hex]
version = "0.4.3"

[dependencies.itertools]
version = "0.10.5"

[dependencies.rand]
version = "0.8.5"
features = ["std"]

[dependencies.serde]
version = "1.0.152"
features = ["derive"]

[dependencies.sha3]
version = "0.10.6"

[dependencies.tap]
version = "1.0.1"
features = []

[dependencies.tracing]
version = "0.1.37"

[dependencies.typenum]
version = "1.16.0"

[dev-dependencies.criterion]
version = "0.4.0"

[dev-dependencies.generic-tests]
version = "0.1.2"

[features]
default = []