UNPKG

@lighthouse-web3/kavach

Version:

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

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