| Index: third_party/WebKit/Source/devtools/front_end/product_registry/sha1/README.chromium
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/product_registry/sha1/README.chromium b/third_party/WebKit/Source/devtools/front_end/product_registry/sha1/README.chromium
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..e8b6bf029e9da6993c0c7e9da5bfbec5eaa7c0ca
|
| --- /dev/null
|
| +++ b/third_party/WebKit/Source/devtools/front_end/product_registry/sha1/README.chromium
|
| @@ -0,0 +1,9 @@
|
| +Name: A JavaScript implementation of the Secure Hash Algorithm, SHA-1, as defined in FIPS 180-1.
|
| +Short Name: sha1.js
|
| +URL: http://pajhome.org.uk/crypt/md5/
|
| +License: BSD
|
| +Security Critical: no
|
| +
|
| +This directory contains Chromium's version of sha1.js which is for hashing strings in javascript synchronously. Added
|
| +jsdoc types to functions, wrapped functions in an outer function and removed portions of code that are not needed by
|
| +Chromium.
|
|
|