Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 226 Bytes

CHANGELOG.md

File metadata and controls

5 lines (4 loc) · 226 Bytes

1.0.0

  • The first version of flutter_key_cyptography is a basic key store crypto plugin.
  • This exposes 3 functions getPublicKey, sign & verify.
  • The key is RSA type, SHA256withRSA algorith and 2048 bit size only.