UNPKG

brush_cli

Version:

A tool for creating and developing cmos PC Framework project.

10 lines (9 loc) 231 B
var bn = require('bn.js'); function withPublic(paddedMsg, key) { return new Buffer(paddedMsg .toRed(bn.mont(key.modulus)) .redPow(new bn(key.publicExponent)) .fromRed() .toArray()); } module.exports = withPublic;