ex_crypto v0.10.0 Release Notes

Release Date: 2019-02-20 // about 5 years ago
    • 🛠 Fixes
      • fix ExCrypto.decrypt/3 and ExCrypto.decrypt/5 error tuples
    • Contributors (thanks!) - AnilRedshift

Previous changes from v0.9.0

    • ✨ Enhancements
      • implement Inspect protocol for public/private RSA keys to protect private key data
      • add get_fingerprint/2 for public/private RSA keys to generate fingerprints
      • add encode_der/1 and decode_der/* for public/private RSA keys to support DER encoding
      • add get_public/1 to create a public key from the private RSA key
    • Contributors (thanks!)