UNPKG

ssv-keys

Version:

Tool for splitting a validator key into a predefined threshold of shares via Shamir-Secret-Sharing (SSS), and encrypt them with a set of operator keys.

3 lines (2 loc) 100 B
export { default } from './Threshold'; export type { IShares, ISharesKeyPairs } from './Threshold';