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