-
Notifications
You must be signed in to change notification settings - Fork 23
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
fix: RSA removed, according to #164 #174
Conversation
So from the refrence that you provided it seems that on the mobile devices, there is no support for the brainpool curve. |
editorial changes.
You're right, we need external library to manage brainpool curve on mobile. In Android are implemented with BouncyCastle and in iOS with Swift extension wrapper. |
Co-authored-by: Giuseppe De Marco <giuseppe.demarco@teamdigitale.governo.it>
Co-authored-by: Giuseppe De Marco <giuseppe.demarco@teamdigitale.governo.it>
Co-authored-by: Giuseppe De Marco <giuseppe.demarco@teamdigitale.governo.it>
signing RSA algs removed, since we MUST support EC, according to #164