UNPKG

lighthouse-encryption-sdk-browser

Version:

Encryption SDK: Build your trustless, decentralized and fault resistance Application using distributed key shades with threshold cryptography

8 lines (7 loc) 194 B
export declare const shardKey: (key: string, threshold?: number, keyCount?: number) => Promise<{ isShardable: boolean; keyShards: { key: string; index: any; }[]; }>;