Skip to content

webb-tools/silent-shard-dkls23-gadget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

silent-shard-dkls23-gadget

This repo implements the Silence Laboratories DKLS protocol into Tangle's gadget. The DKLS protocol is a distributed key generation protocol that allows a group of parties to generate a group ECDSA public key and a set of secret key shares for each participant. A threshold number of parties can then collaborate to sign a message using the group key. The protocol is secure against malicious adversaries and can be used in a variety of applications such as secure multi-party computation, threshold signatures, and secure messaging.

The gadget integration allows this protocol to be used against the Tangle blockchain. Tangle implements a job management system that allows users to submit jobs to the network and receive results. The test framework contained within this gadget implementation interacts with a mock Tangle blockchain to ensure that the DKLS protocol is functioning correctly and the results are as expected.

Getting Started

This project represents a single protocol implementation on top of Tangle's gadget framework. We recommend checking out https://github.com/webb-tools/gadget for more information on how to use the framework and how to build your own protocol implementations.

Prerequisites

  • Rust 1.74.0 or higher
  • Substrate blockchain with compatible job management and submission infrastructure

Installation

  1. Clone the repository:
git clone https://github.com/webb-tools/silent-shard-dkls23-gadget/
cd silent-shard-dkls23-gadget
  1. Build the project:
cargo build --release
  1. Run the tests:
RUST_LOG=gadget=trace cargo nextest run -r

Acknowledgements

We would like to thank the following projects for their inspiration and contributions to this repository:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages