Hugo Pointcheval 3cab93ff71
All checks were successful
continuous-integration/drone/push Build is passing
chore(release): publish packages
- native_crypto_android@0.1.2
 - native_crypto_ios@0.1.2
 - native_crypto_platform_interface@0.2.0
2023-04-05 17:07:07 +02:00

1.0 KiB

0.2.0

Note: This release has breaking changes.

  • REFACTOR: (WIP) optimize exceptions and bytearray.
  • FIX: update verify function.
  • FEAT: make api injectable for test.
  • FEAT: add exception code for platform throw.
  • DOCS: update readmes/licences.
  • BREAKING FEAT: set pigeon as default implementation.
  • BREAKING FEAT: add pigeon + add hmac + remove useless decryption method.

0.1.1

  • PERF: x10 perfomance improvement on android with better list management.
  • FEAT: export new exceptions.

0.1.0

Breaking changes !

  • Follow Federated Plugin Flutter standard.

0.0.6

  • Add KeyPair generation.
  • Rework exposed API.

0.0.5

  • New API.
  • Add digest support.
  • Clean platform specific code base.

0.0.4

  • Improve AES.

0.0.3

  • Add PBKDF2 support.
  • Add exceptions.
  • Improve documentation.

0.0.2

  • Add different key size support.
  • Improve performances.

0.0.1

  • First AES cross-platform encryption & decryption implementation.