UNPKG

secrets.js-34r7h

Version:

Shamir's threshold secret sharing scheme for JavaScript.

6 lines (5 loc) 149 B
// when running in a node.js env. if (typeof require === "function") { crypto = require("crypto") secrets = require("../../../secrets.js") }