UNPKG

react-youtube-playlist

Version:

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

7 lines (6 loc) 174 B
exports.encrypt = function (self, block) { return self._cipher.encryptBlock(block) } exports.decrypt = function (self, block) { return self._cipher.decryptBlock(block) }