UNPKG

fourq

Version:

9 lines 372 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const FourQ_1 = require("./src/FourQ"); if (process.argv[2] === 'gen') { const keypair = FourQ_1.FourQ.generateKeyPair(); console.log(`Public=${keypair.publicKey.toString('base64')}`); console.log(`Private=${keypair.secretKey.toString('base64')}`); } //# sourceMappingURL=main.js.map