UNPKG

@safient/core

Version:

JavaScript SDK to manage safes and interact with Safient protocol.

4 lines (3 loc) 192 B
/// <reference types="node" /> export declare const _shamirSplit: (data: Object, noOfShares: number, threshold: number) => Buffer[]; export declare const _shamirCombine: (shards: any) => any;