bigi
bigi copied to clipboard
JavaScript Big Integer library based upon Tom Wu's work.
Results
3
bigi issues
Sort by
recently updated
recently updated
newest added
Having a big integer, this is the string representation (10 radix): "61112663125671126633722436054102056730607837166180410453588415302234407842306" The method `toDERInteger()` which convert to the bigendian bytes would return: [0, -121, 28, -118, -93, -127, -101,...
It appears the Miller-Rabin test implemented in bigi always chooses the base from the set of primes < 1000, however it is possible to construct a composite that appears prime...
bug