blob: e8b6bf029e9da6993c0c7e9da5bfbec5eaa7c0ca [file] [log] [blame]
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.