rust-threshold-secret-sharing
Secret Sharing Library
A Rust library for implementing threshold secret sharing schemes with efficient share generation and reconstruction.
A pure-Rust implementation of various threshold secret sharing schemes
159 stars
37 watching
35 forks
Language: Rust
last commit: about 6 years ago cryptographyrustsecret-sharingsecure-computation
Related projects:
Repository | Description | Stars |
---|---|---|
grempe/tss-rb | A Ruby implementation of Threshold Secret Sharing as defined in the IETF Internet-Draft draft-mcgrew-tss-03.txt | 23 |
sniptt-official/ots | A tool for securely sharing end-to-end encrypted secrets with others via a one-time URL. | 1,776 |
sorairolake/scryptenc-rs | A Rust library and tool implementing a secure data encryption format based on the scrypt algorithm | 1 |
privacy-scaling-explorations/halo2 | A fork of the PSE halo2 project with experimental privacy-scaling features and Rust implementation. | 209 |
encryptogroup/psi | An implementation of Private Set Intersection protocols for secure data sharing | 177 |
0xpolygonzero/plonky2 | A Rust implementation of a cryptographic protocol for secure multi-party computation and proof systems | 791 |
galoisinc/swanky | A suite of libraries providing tools and utilities for secure multi-party computation | 283 |
sfackler/rust-openssl | Bindings for using OpenSSL in Rust programming language | 1,419 |
rustcrypto/hashes | A collection of cryptographic hash functions implemented in pure Rust. | 1,913 |
snipsco/snips-nlu-rs | An NLP library that extracts structured data from user input | 341 |
pluto/ronkathon | A collection of cryptographic primitives implemented in Rust from scratch to understand everything from first principles. | 192 |
mozilla/authenticator-rs | A Rust library for interacting with Security Key-type devices via USB HID protocol | 279 |
google/mundane | A Rust cryptography library using BoringSSL that aims to be secure, ergonomic, and efficient. | 1,069 |
rustcrypto/nacl-compat | Provides Rust compatibility with NaCl-family libraries for secure cryptographic functions. | 60 |
rust-bitcoin/rust-bitcoin | A Rust library for working with Bitcoin protocol messages and data structures | 2,181 |