0.1.0 • Published 4 years ago

@spliterati-sdamashek/utils v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 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.