UNPKG

data-provider-temporary

Version:

Library that helps with server-to-client synchronization of data

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;