ed25519-java icon indicating copy to clipboard operation
ed25519-java copied to clipboard

Plans to update this project according the development in the i2p project?

Open boaks opened this issue 4 years ago • 0 comments

I currently use this library directly from this project importing it via maven with:

<dependency>
   <groupId>net.i2p.crypto</groupId>
   <artifactId>eddsa</artifactId>
   <version>0.3.0</version>
</dependency>

From other issues here, it feels, that the development focus more on the "copy/origin" in the i2p project.

So, are there plans to update this project as well?

boaks avatar Jun 04 '21 09:06 boaks