0.3.2 • Published 3 years ago

@spliterati/utils v0.3.2

Weekly downloads
113
License
MIT
Repository
github
Last release
3 years ago

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.