Skip to content

Commit a5b5f2f

Browse files
committed
Merge pull request #25 from orangemug/remove_dead_code
Removed dead code. Fix for issue #22
2 parents ac02c42 + ee62b8a commit a5b5f2f

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)