threshold-cryptography
There are 72 repositories under threshold-cryptography topic.
data61/MP-SPDZ
Versatile framework for multi-party computation
lschoe/mpyc
MPyC: Multiparty Computation in Python
SpinResearch/RustySecrets
🔑 Threshold Shamir's secret sharing in Rust
ZcashFoundation/frost
Rust implementation of FROST (Flexible Round-Optimised Schnorr Threshold signatures) by the Zcash Foundation
ssvlabs/ssv
Secret-Shared-Validator(SSV) for ethereum staking
skalenetwork/libBLS
If you like this project, please ⭐⭐⭐ it on GitHub!! Solidity-compatible BLS signatures, threshold encryption, distributed key generation library in modern C++. Actively maintained and used by SKALE for consensus, distributed random number gen, inter-chain communication and protection of transactions. BLS threshold signatures can be verified in
LIT-Protocol/js-sdk
The Lit Protocol SDK provides developers with a framework for implementing Lit functionality into their own applications.
jasonkresch/protect
A Platform for Robust Threshold Cryptography based on Asynchronous Publicly Verifiable Secret Sharing with Tunable Security
ZenGo-X/kms-secp256k1
Multi Party Key Management System (KMS) for Secp256k1 Elliptic curve based digital signatures.
lovesh/signature-schemes
Rust library for BLS signatures, MuSig, PS signatures
asonnino/coconut
Coconut: Threshold Issuance Selective Disclosure Credentials with Applications to Distributed Ledgers.
keep-network/keep-ecdsa
The smart contracts and client behind the Keep ECDSA client
tangle-network/cggmp-threshold-ecdsa
MPC protocols for threshold ECDSA
asonnino/bls
A simple Python implementation of threshold BLS signatures.
IBM/TSS
Threshold signature schemes made simple to use
fernandolobato/ecc_verifiable_threshold_cryptosystem
Minimalistic implementation of a Verifiable (t, n) threshold signature scheme based on elliptic curve with python.
hammurabi-mendes/learn-crypto-javascript
Learning Cryptography with Javascript
robot-dreams/roast
Naive implementation of ROAST protocol for robust threshold signatures
aldenml/ecc
elliptic-curve cryptography
nucypher/taco-web
🌮 A TypeScript client for TACo (Threshold Access Control)
AlexiaChen/mpvss-rs
The library implements a simple Publicly Verifiable Secret Sharing(PVSS) scheme in Rust.
toonsegers/verifiable_mpc
A scheme that produces a zero-knowledge proof of correctness for an MPC computation. The scheme allows anyone, particularly someone external to the secure computation, to check the correctness of the output, while preserving the privacy properties of the MPC protocol.
polysig/polysig
Polyglot signing library for multisig applications using the Noise protocol for end-to-end encryption
HeikoStamer/libtmcg
LibTMCG is a free C++ library for creating secure and verifiable online card games
HeikoStamer/dkgpg
Distributed Privacy Guard (DKGPG) implements Distributed Key Generation (DKG) and Threshold Cryptography for OpenPGP
topos-protocol/ice-frost
A modular Rust implementation of the static version of the ICE-FROST signature scheme.
bytemare/frost
Go implementation of RFC9591 the FROST (Flexible Round-Optimized Schnorr Threshold) signing protocol.
cleverbase/scal3
Verify that systems operate under your sole control
evernym/coconut-rust
Coconut: Threshold Issuance Selective Disclosure Credentials with Applications to Distributed Ledgers
lovesh/coconut-rust
Coconut: Threshold Issuance Selective Disclosure Credentials with Applications to Distributed Ledgers
fsn-dev/SMPCWallet
SMPCWallet for the DCRM wallet service
SpinResearch/rustysecrets-cli
🔑 Command-line wrapper around RustySecrets, a Rust implementation of threshold Shamir's secret sharing.
sm8799/Secure_E_Vote
This is the repository containing the information and code regarding secure e voting website Version_1
Tenemo/threshold-elgamal
A TypeScript library with a collection of functions implementing selected ElGamal cryptographic algorithms in TypeScript on top of native JavaScript BigInteger. Its core includes ElGamal functions for key generation, encryption, and decryption. It is extended with support for threshold encryption. Runs both in Node and in browsers.
burmisov/mpc-tss-js
WIP: Multi-Party Computation Threshold Signature Scheme Implementation in Javascript