Summary
- Implement current encoding of Ed25519 keys (details)
- Enforce correct seed and hash lengths in EdDSAPrivateKeySpec (details)
- Implement provider mappings between OIDs and algorithm names (details)
The file was added | test/net/i2p/crypto/eddsa/EdDSAPublicKeyTest.java |
The file was modified | src/net/i2p/crypto/eddsa/EdDSAPublicKey.java (diff) |
The file was modified | src/net/i2p/crypto/eddsa/EdDSAPrivateKey.java (diff) |
The file was added | test/net/i2p/crypto/eddsa/EdDSAPrivateKeyTest.java |
The file was modified | src/net/i2p/crypto/eddsa/spec/EdDSAPrivateKeySpec.java (diff) |
The file was modified | test/net/i2p/crypto/eddsa/spec/EdDSAPrivateKeySpecTest.java (diff) |
The file was modified | src/net/i2p/crypto/eddsa/EdDSASecurityProvider.java (diff) |