tsslib 0.2.3

Easy-to-use threshold signature schemes (FROST, ML-DSA, DKLs23) — wire- and save-data-compatible with the Go tss-lib.
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 = "2024"
rust-version = "1.85"
name = "tsslib"
version = "0.2.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Easy-to-use threshold signature schemes (FROST, ML-DSA, DKLs23) — wire- and save-data-compatible with the Go tss-lib."
readme = "README.md"
keywords = [
    "tss",
    "threshold",
    "frost",
    "ecdsa",
    "cryptography",
]
categories = ["cryptography"]
license = "MIT"
repository = "https://github.com/KarpelesLab/tsslib-rs"

[features]
default = [
    "frosttss",
    "frostristretto255tss",
    "mldsatss",
    "dklstss",
    "ecdsatss",
    "eddsatss",
]
dklstss = [
    "purecrypto/hazmat-secp256k1",
    "purecrypto/cipher",
]
ecdsatss = [
    "purecrypto/hazmat-secp256k1",
    "purecrypto/bignum",
    "purecrypto/hash",
]
eddsatss = [
    "purecrypto/hazmat-edwards25519",
    "purecrypto/hash",
]
frostristretto255tss = [
    "purecrypto/ristretto255",
    "purecrypto/cipher",
    "purecrypto/kdf",
]
frosttss = [
    "purecrypto/hazmat-edwards25519",
    "purecrypto/cipher",
    "purecrypto/kdf",
]
mldsatss = [
    "purecrypto/mldsa",
    "purecrypto/hazmat-mldsa",
]

[lib]
name = "tsslib"
path = "src/lib.rs"

[dependencies.base64]
version = "0.22"

[dependencies.hex]
version = "0.4"

[dependencies.purecrypto]
version = "0.6.1"
features = ["std"]
default-features = false

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

[dependencies.serde_json]
version = "1"
features = ["arbitrary_precision"]

[dependencies.subtle]
version = "2"

[dependencies.zeroize]
version = "1"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1"