initial commit
This commit is contained in:
6
node_modules/crypto-browserify/example/test.js
generated
vendored
Normal file
6
node_modules/crypto-browserify/example/test.js
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
'use strict';
|
||||
|
||||
var crypto = require('crypto');
|
||||
var abc = crypto.createHash('sha1').update('abc').digest('hex');
|
||||
console.log(abc);
|
||||
// require('hello').inlineCall().call2()
|
||||
Reference in New Issue
Block a user