Skip to content
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

at_chops implement RSA 4096 and ed25519 algorithms #435

Open
murali-shris opened this issue Oct 20, 2023 · 2 comments
Open

at_chops implement RSA 4096 and ed25519 algorithms #435

murali-shris opened this issue Oct 20, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@murali-shris
Copy link
Member

Is your feature request related to a problem? Please describe.

at_chops_imp.dart--> _getEncryptionAlgorithm
Currently there is no implementation for EncryptionKeyType.rsa4096 and EncryptionKeyType.ecc

Describe the solution you'd like

  • Create an implementation for EncryptionKeyType.rsa4096 and EncryptionKeyType.ecc in lib/src/algorithm

Describe alternatives you've considered

No response

Additional context

No response

@XavierChanth
Copy link
Member

I assume by ecc we mean ed25519, in which case we should rename from ecc to the corresponding curve that we mean.

@gkc
Copy link
Contributor

gkc commented Oct 11, 2024

Moving back to Triage for consideration in next sprint planning

@murali-shris murali-shris changed the title at_chops implement RSA 4096 and ecc algorithms at_chops implement RSA 4096 and ed25519 algorithms Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants