pmarches / jStellarAPI

java API for the stellar network
GNU Lesser General Public License v3.0
15 stars 3 forks source link

Remove the libSodium dependency #23

Closed pmarches closed 10 years ago

pmarches commented 10 years ago

Get BouncyCastle to handle the ed25519 curves, or write the java code to handle it ourselves.

pmarches commented 10 years ago

Used https://github.com/str4d/ed25519-java library.