at_client_sdk
at_client_sdk copied to clipboard
Replace asymmetric encryption operations using public key with at_chops
Is your feature request related to a problem? Please describe.
As part of initial at_chops implementation all operations using private key in at_client was replaced with at_chops implementation. Replace other asymmetric encryption operations with at_chops implementation
Describe the solution you'd like
- abstract_key_encryption.dart - replace call to EncryptionUtil.encryptKey with atChops.encryptString(..)
Describe alternatives you've considered
No response
Additional context
No response
Moving to backlog since due to other priorities in PR61