Skip to content

Latest commit

 

History

History
85 lines (73 loc) · 3.82 KB

CHANGELOG.md

File metadata and controls

85 lines (73 loc) · 3.82 KB

Unreleased

1.4.2 / 2016-07-26

Fixes

  • #25 modInverse should return positive

1.4.1 / 2015-08-26

  • bugfix: throw if modInverse with zero. #21

1.4.0 / 2014-11-20

  • added jshint.json and benchmark/ to .npmignore
  • added isProbablePrime() #16

1.3.0 / 2014-08-27

  • added method byteLength(), #13

1.2.1 / 2014-07-03

  • added duck-typed BigInteger.isBigInteger(), #12

1.2.0 / 2014-06-10

  • removed semicolons, cleanup, added basic tests, jshint Daniel Cousens
  • added TravisCI
  • added Coveralls
  • added Testling

1.1.0 / 2014-05-13

  • extend test data and include DER integers
  • fix *ByteArrayUnsigned implementation
  • add tests for *ByteArrayUnsigned
  • rename toByteArraySigned -> toDERInteger
  • rework toBuffer/toHex for performance

1.0.0 / 2014-04-28

0.2.0 / 2013-12-07

  • renamed from cryptocoin-bigint to bigi

0.1.0 / 2013-11-20

  • removed AMD support

0.0.1 / 2013-11-03

  • initial release