Sign in
cobalt
/
cobalt
/
d2bc3b69d823bbaf46d1c4355b23486a85a6d791
/
.
/
third_party
/
devtools
/
node_modules
/
crypto-browserify
/
example
/
test.js
blob: 0b76c015337bdb5ba042edd1064a0e0c5a7c877b [
file
]
var
crypto
=
require
(
'crypto'
)
var
abc
=
crypto
.
createHash
(
'sha1'
).
update
(
'abc'
).
digest
(
'hex'
)
console
.
log
(
abc
)
// require('hello').inlineCall().call2()