-
Notifications
You must be signed in to change notification settings - Fork 29
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 support for ED25519 #1
Comments
any news on this feature? |
Dear @sdellava , no update yet - still planned, but lacking time to implement it |
fix: wrong generator for SignVerifyECDSA in multX
Is it possible to use the native Curves of Javacard 3.1 with JCMathLib? |
@jonycoo to use native curves from JC API spec 3.1, you need to have smartcard supporting this version - we do not have such card yet so we cannot test such usage. Anyway, @dufkan is involved in JCMathLib development and https://github.com/dufkan/JCEd25519 is good way to go (if you have smartcard supporting 3.0.5) |
https://github.com/david-oswald/jc_curve25519 converts Curve25519 into Weierstrass form and then uses
the standard KeyAgreement
The text was updated successfully, but these errors were encountered: