A Proof-of-Concept for Threshold and Key Rotation based Proactive Secret Sharing library built in Rust.
- Modular Architecture (
types,core,protocol) - Distributed Key Generation (DKG)
- 'Net-Zero' Key Refresh (Key Rotation)
- Identity Persistence Unit Tests (Math Verification)
- Async Networking (Round-based implementation)
Built using generic-ec and round-based as part of exploring Threshold Cryptography.
The goal is to provide a clean, verifiable way to rotate threshold shares without changing
the Master Public Key.