EdDSA 0.1.0
This is the first release of the library. Features:
- Ed25519-specific implementation
- Based on ref10 with constant-time signing
- Generic
BigInteger
-based implementation- Supports any EdDSA parameter specification
- Not constant-time
- JCA-compatible
- Instantiate
EdDSAEngine
as aSignature
- Instantiate
- One-shot signing methods
- Instantiate
EdDSAEngine
directly
- Instantiate