flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
12
VISUALIZACION/node_modules/crypto-browserify/example/index.html
generated
vendored
Executable file
12
VISUALIZACION/node_modules/crypto-browserify/example/index.html
generated
vendored
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<script src=bundle.js></script>
|
||||
<body>
|
||||
<pre>
|
||||
require('crypto').createHash('sha1').update('abc').digest('hex') == '<span id=ans></span>'
|
||||
</pre>
|
||||
</body>
|
||||
<script>
|
||||
document.getElementById('ans').innerHTML = require('crypto').createHash('sha1').update('abc').digest('hex')
|
||||
</script>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue