encrypt
encrypt copied to clipboard
fix: export RSAAsymmetricKeys api
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