features/auth/biometric/encryption/rsa_encrypt_decypt library

Functions

rsaDecrypt(RSAPrivateKey myPrivate, Uint8List cipherText) Uint8List
rsaEncrypt(RSAPublicKey myPublic, Uint8List dataToEncrypt) Uint8List