()
| 443 | * Perform a simple self-test to see if the VM is working |
| 444 | */ |
| 445 | function sha1_vm_test() { |
| 446 | return hex_sha1('abc') == 'a9993e364706816aba3e25717850c26c9cd0d89d'; |
| 447 | } |
| 448 | |
| 449 | /* |
| 450 | * Calculate the SHA-1 of an array of big-endian words, and a bit length |
nothing calls this directly
no test coverage detected
searching dependent graphs…