Skip to content

Instantly share code, notes, and snippets.

View KhayriRRW's full-sized avatar

KHAYRI R.R. WOULFE KhayriRRW

View GitHub Profile
@KhayriRRW
KhayriRRW / keybase.md
Created December 2, 2020 17:58
Nothing interesting here.

Keybase proof

I hereby claim:

  • I am khayrirrw on github.
  • I am khayrirrw (https://keybase.io/khayrirrw) on keybase.
  • I have a public key whose fingerprint is 9E27 1154 B0FD 839E 9D70 9493 9A00 2E6F 69B7 656E

To claim this, I am signing this object:

@MichaelPote
MichaelPote / md5.js
Last active October 8, 2022 23:52 — forked from PixnBits/md5.js
invalid reference fix and fixed add32 not being overwritten properly.
/*
* http://www.myersdaily.org/joseph/javascript/md5-text.html
*/
(function (global) {
var md5cycle = function (x, k) {
var a = x[0],
b = x[1],
c = x[2],
d = x[3];