at_libraries icon indicating copy to clipboard operation
at_libraries copied to clipboard

at_chops implement RSA 4096 and ed25519 algorithms

Open murali-shris opened this issue 1 year ago • 4 comments

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

murali-shris avatar Oct 20 '23 07:10 murali-shris

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

XavierChanth avatar Oct 30 '23 15:10 XavierChanth