Skip to content

Instantly share code, notes, and snippets.

View sidd5sci's full-sized avatar
🥶
Cold

Siddhartha singh sidd5sci

🥶
Cold
View GitHub Profile
@sidd5sci
sidd5sci / sha1.js
Created February 20, 2018 14:57 — forked from noonat/sha1.js
window.sha1 = (function() {
/*
* A JavaScript implementation of the Secure Hash Algorithm, SHA-1, as defined
* in FIPS 180-1
* Version 2.2 Copyright Paul Johnston 2000 - 2009.
* Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet
* Distributed under the BSD License
* See http://pajhome.org.uk/crypt/md5 for details.
*/