Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 437 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 437 Bytes

Spliterati

This package contains implementations and wrappers around secret sharing implementations.

Currently Implemented

  • Arbitrary-length bytewise (./packages/shamir/src/Shamir.ts)
    • Wrapper around shamir for ed25519 keygen & share integrity (./packages/threshold/Signed.ts)
  • An exhaustive uint8 implementation

To Implement

  • Pedersen Shares
  • Others

Usage

Provided without warranty. Accepting pull requests.