at_libraries
at_libraries copied to clipboard
at_chops implement RSA 4096 and ed25519 algorithms
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
I assume by ecc we mean ed25519, in which case we should rename from ecc to the corresponding curve that we mean.