UNPKG

react-youtube-playlist

Version:

A react component for displaying the contents of a user's YouTube playlist.

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;