Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Name: A JavaScript implementation of the Secure Hash Algorithm, SHA-1, as define d in FIPS 180-1. | |
| 2 Short Name: sha1.js | |
| 3 URL: http://pajhome.org.uk/crypt/md5/ | |
| 4 License: BSD | |
| 5 Security Critical: no | |
| 6 | |
| 7 This directory contains Chromium's version of sha1.js which is for hashing strin gs in javascript synchronously. Added | |
| 8 jsdoc types to functions, wrapped functions in an outer function and removed por tions of code that are not needed by | |
| 9 Chromium. | |
| OLD | NEW |