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 270 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); let index; try { window.crypto; index = require('jsencrypt').JSEncrypt; } catch { index = require('./jsencrypt.bundle'); } exports.default = index; //# sourceMappingURL=index.js.map