ethereum-cryptography
Version:
All the cryptographic primitives used in Ethereum
6 lines (5 loc) • 311 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.wordlist = void 0;
var simplified_chinese_1 = require("@scure/bip39/wordlists/simplified-chinese");
Object.defineProperty(exports, "wordlist", { enumerable: true, get: function () { return simplified_chinese_1.wordlist; } });
;