UNPKG

crypto-browserify

Version:

partial implementation of crypto for the browser

5 lines (4 loc) 152 B
var crypto = require('crypto') var abc = crypto.createHash('sha1').update('abc').digest('hex') console.log(abc) //require('hello').inlineCall().call2()