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