sskr 0.3.5

Sharded Secret Key Reconstruction (SSKR) for Rust.
Documentation
[dependencies.bc-rand]
version = "^0.1.0"

[dependencies.bc-shamir]
version = "^0.3.0"

[dependencies.thiserror]
version = "^1.0.48"
[dev-dependencies.hex]
version = "^0.4.3"

[dev-dependencies.hex-literal]
version = "^0.4.1"

[dev-dependencies.version-sync]
version = "^0.9.0"

[package]
authors = ["Blockchain Commons"]
categories = ["cryptography"]
description = "Sharded Secret Key Reconstruction (SSKR) for Rust."
documentation = "https://docs.rs/sskr"
edition = "2021"
keywords = ["cryptography"]
license = "BSD-2-Clause-Patent"
name = "sskr"
readme = "README.md"
repository = "https://github.com/BlockchainCommons/bc-sskr-rust"
version = "0.3.5"