encrypt icon indicating copy to clipboard operation
encrypt copied to clipboard

fix: export RSAAsymmetricKeys api

Open jhionan opened this issue 2 years ago • 0 comments

When trying to parse a .pem, we need the RSAPrivateKey and RSAPublicKey, but this model is not being exported outside of the lib.

This fix the linter: https://dart-lang.github.io/linter/lints/depend_on_referenced_packages.html

closes: #227, #125, #115, #93, #125

jhionan avatar Sep 13 '22 14:09 jhionan