Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(386)

Unified Diff: third_party/WebKit/Source/devtools/front_end/product_registry/sha1/README.chromium

Issue 2766823002: [Devtools] Add SHA-1 hash function in prep for URL hashing (Closed)
Patch Set: changes Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698