Skip to content
This repository has been archived by the owner on Dec 1, 2018. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 415 Bytes

CHANGELOG.md

File metadata and controls

16 lines (10 loc) · 415 Bytes

1.0.3 (2016-05-19)

  • Don't cache MessageDigest instances to make the code thread safe

1.0.2 (2016-05-19)

  • Includes net.i2p.crypto.eddsa artifact in java module

1.0.1 (2015-07-05)

Bugfixes:

  • Potential signing bug described by doctorevil
  • Remove slow Java implementation because it isn't recommended anymore
  • Fix not side-effect free constructor
  • Fix not clamped private key in sign method