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.
7 lines (6 loc) • 335 B
text/typescript
export { OpeatorsListValidator } from './operator-unique';
export { PublicKeyValidator } from './public-key';
export { OwnerAddressValidator } from './owner-address';
export { OwnerNonceValidator } from './owner-nonce';
export { MatchLengthValidator } from './match';
export { OpeatorPublicKeyValidator } from './operator-public-key';