-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add more algorithms to support cryptocurrency #4
Comments
Hey, thx for the interest! val BC = CryptographyProvider.JDK(JdkProvider.Instance(BouncyCastleProvider()))
//now use BC as provider, f.e:
val endsa = BC.get(ECDSA)
val keyPairGenerator = ecdsa.keyPairGenerator(EC.Curve("secp256k1")) Feel free to ping me on results, if you will be able to try it |
Important to know, there are a lot of CVE in Spongy Castle. It is needed to use Bouncy Castle: |
Hey, current |
0.2.0 is released. |
Add support for ECDSA secp256k1 (current is secp256r1)
Add more cryptography providers like bouncycastle and spongycastle
The text was updated successfully, but these errors were encountered: