stakwork / sphinx-kotlin-core

MIT License
0 stars 2 forks source link

Replace the RSAImpl with a multiplatform dependency #2

Open kngako opened 2 years ago

kngako commented 2 years ago

We are currently using a wrapper around the java.security/java.cryptography package which is enough for us to use in platforms that support jvm packages.

We could create a wrapper around a native library that has the RSA functionality we are using in the sphinx project. But for now the jvm platforms are good enough.