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.

12 lines 265 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); let index; try { window.crypto; index = require('bls-eth-wasm/browser'); } catch { index = require('bls-eth-wasm'); } exports.default = index; //# sourceMappingURL=index.js.map