Sha256: 88bb0594d55b6269560cd1ec51c79487042c7279897edd3d0b1ebc8f88e6b00f

Contents?: true

Size: 1.58 KB

Versions: 66

Compression:

Stored size: 1.58 KB

Contents

# jsbn: javascript big number

[Tom Wu's Original Website](http://www-cs-students.stanford.edu/~tjw/jsbn/)

I felt compelled to put this on github and publish to npm. I haven't tested every other big integer library out there, but the few that I have tested in comparison to this one have not even come close in performance. I am aware of the `bi` module on npm, however it has been modified and I wanted to publish the original without modifications. This is jsbn and jsbn2 from Tom Wu's original website above, with the modular pattern applied to prevent global leaks and to allow for use with node.js on the server side.

## usage

    var BigInteger = require('jsbn');
    
    var a = new BigInteger('91823918239182398123');
    alert(a.bitLength()); // 67


## API

### bi.toString()

returns the base-10 number as a string

### bi.negate()

returns a new BigInteger equal to the negation of `bi`

### bi.abs

returns new BI of absolute value

### bi.compareTo



### bi.bitLength



### bi.mod



### bi.modPowInt



### bi.clone



### bi.intValue



### bi.byteValue



### bi.shortValue



### bi.signum



### bi.toByteArray



### bi.equals



### bi.min



### bi.max



### bi.and



### bi.or



### bi.xor



### bi.andNot



### bi.not



### bi.shiftLeft



### bi.shiftRight



### bi.getLowestSetBit



### bi.bitCount



### bi.testBit



### bi.setBit



### bi.clearBit



### bi.flipBit



### bi.add



### bi.subtract



### bi.multiply



### bi.divide



### bi.remainder



### bi.divideAndRemainder



### bi.modPow



### bi.modInverse



### bi.pow



### bi.gcd



### bi.isProbablePrime


Version data entries

66 entries across 60 versions & 21 rubygems

Version Path
optimacms-0.1.61 spec/dummy/node_modules/jsbn/README.md
disco_app-0.18.0 test/dummy/node_modules/jsbn/README.md
disco_app-0.18.2 test/dummy/node_modules/jsbn/README.md
tang-0.2.1 spec/tang_app/node_modules/jsbn/README.md
groonga-client-model-6.0.0 test/apps/rails6.1.3/node_modules/jsbn/README.md
groonga-client-model-6.0.0 test/apps/rails6.0.3.5/node_modules/jsbn/README.md
ruby2js-4.0.4 lib/tasks/testrails/node_modules/jsbn/README.md
ruby2js-4.0.3 lib/tasks/testrails/node_modules/jsbn/README.md
tang-0.2.0 spec/tang_app/node_modules/jsbn/README.md
tang-0.1.0 spec/tang_app/node_modules/jsbn/README.md
tang-0.0.9 spec/tang_app/node_modules/jsbn/README.md
enju_library-0.3.8 spec/dummy/node_modules/jsbn/README.md
ilog-0.4.1 node_modules/jsbn/README.md
ilog-0.4.0 node_modules/jsbn/README.md
ilog-0.3.3 node_modules/jsbn/README.md
learn_create-0.0.22 lib/templates/javascript_lab_template/node_modules/jsbn/README.md
jester-data-8.0.0 node_modules/jsbn/README.md
ezii-os-5.2.1 node_modules/jsbn/README.md
ezii-os-2.0.1 node_modules/jsbn/README.md
ezii-os-1.1.0 node_modules/jsbn/README.md