Skip to content

Commit 4113007

Browse files
committed
Merge branch 'master' of github.com:dominictarr/crypto-browserify
2 parents b0e5d8a + a5b5f2f commit 4113007

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

sha.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,6 @@
99

1010
var helpers = require('./helpers');
1111

12-
/*
13-
* Perform a simple self-test to see if the VM is working
14-
*/
15-
function sha1_vm_test()
16-
{
17-
return hex_sha1("abc") == "a9993e364706816aba3e25717850c26c9cd0d89d";
18-
}
19-
2012
/*
2113
* Calculate the SHA-1 of an array of big-endian words, and a bit length
2214
*/

0 commit comments

Comments
 (0)