- Don't cache MessageDigest instances to make the code thread safe
- Includes net.i2p.crypto.eddsa artifact in java module
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