Skip to content

Instantly share code, notes, and snippets.

View SuzanneSoy's full-sized avatar

Suzanne Soy SuzanneSoy

View GitHub Profile
@nobuh
nobuh / BigInt.js
Created August 13, 2011 14:59
JavaScript Arbitrary Integer Library in the Public Domain (http://www.leemon.com/crypto/BigInt.js)
////////////////////////////////////////////////////////////////////////////////////////
// Big Integer Library v. 5.4
// Created 2000, last modified 2009
// Leemon Baird
// www.leemon.com
//
// Version history:
// v 5.4 3 Oct 2009
// - added "var i" to greaterShift() so i is not global. (Thanks to PŽter Szab— for finding that bug)
//