[package]
name = "tsslib"
version = "0.1.0"
edition = "2024"
rust-version = "1.85"
description = "Easy-to-use threshold signature schemes (FROST, ML-DSA, DKLs23) — wire- and save-data-compatible with the Go tss-lib."
repository = "https://github.com/KarpelesLab/tsslib-rs"
license = "MIT"
keywords = ["tss", "threshold", "frost", "ecdsa", "cryptography"]
categories = ["cryptography"]
readme = "README.md"
[lib]
name = "tsslib"
[features]
default = ["frosttss", "frostristretto255tss", "mldsatss", "dklstss"]
frosttss = []
frostristretto255tss = []
mldsatss = []
dklstss = []
[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"
base64 = "0.22"
[dev-dependencies]
serde_json = "1"