Registry / crypto / eddsa
library0.3.0javamavenunverified

Implementation of EdDSA in Java.

<dependency> <groupId>net.i2p.crypto</groupId> <artifactId>eddsa</artifactId> <version>0.3.0</version> </dependency>
INSTALL
IMPORT
SIG · EDDSA
E
eddsa
cryptojavav0.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

EdDSASecurityProvider
net.i2p.crypto.eddsa.EdDSASecurityProvider

Add EdDSA security provider to use Ed25519 signatures.

import net.i2p.crypto.eddsa.EdDSASecurityProvider; import java.security.Security; Security.addProvider(new EdDSASecurityProvider()); // Now use EdDSA signatures
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Resources
eddsa — mvn dependency:get eddsa · libregistry