signalapp / curve25519-java

Pure Java and JNI backed Curve25519 implementation.
GNU General Public License v3.0
233 stars 95 forks source link

Load curve25519 at construction time #1

Closed ehrenkret closed 9 years ago

ehrenkret commented 9 years ago

The UnsatisfiedLinkError is currently uncatchable in Curve25519.java because it is thrown by the classloader rather than the constructor of NativeCurve25519Provider.