Skip to content

Releases: Skycoder42/libsodium_dart_bindings

sodium - A new patch release is available!

23 Jun 12:56
7357fce
Compare
Choose a tag to compare

Changelog

Fixed

  • Downgrade requirements for package meta to be compatible with flutter

sodium - A new patch release is available!

23 Jun 06:01
Compare
Choose a tag to compare

Changelog

Added

  • New libsodium API: crypto_kx
  • Added missing tests for crypto_kdf

sodium - A new patch release is available!

01 Jun 15:24
Compare
Choose a tag to compare

Changelog

Added

  • New libsodium API:
    • crypto_aead
      • Only crypto_aead_xchacha20poly1305_ietf has been implemented for now
    • crypto_kdf

Fixed

  • Improve secretstream API usage

sodium - A new patch release is available!

31 May 06:37
Compare
Choose a tag to compare

Changelog

Added

  • New libsodium API: crypto_shorthash

sodium - A new minor release is available!

27 May 17:55
Compare
Choose a tag to compare

Changelog

Added

  • Added the beforenm/afternm variants of crypto_box

Changed

  • Removed sender/recipient prefixes from publicKey/secretKey parameters of Box

Fixed

  • Added missing @internal on some internal classes

sodium - A new patch release is available!

27 May 06:53
Compare
Choose a tag to compare

Changelog

Added

  • New libsodium API: crypto_generichash

sodium - A new patch release is available!

25 May 06:30
Compare
Choose a tag to compare

Changelog

Added

  • New libsodium API: crypto_box_seal

sodium - A new patch release is available!

21 May 06:04
Compare
Choose a tag to compare

Changelog

Added

  • New libsodium APIs:
    • crypto_box
    • crypto_sign

Changed

  • Set minimum required dart version to 2.13.0

sodium - A new patch release is available!

11 May 06:21
Compare
Choose a tag to compare

Changelog

Added

  • New libsodium API: crypto_auth
  • Add Sodium.secureCopy (#1)

sodium - A new minor release is available!

09 May 11:22
Compare
Choose a tag to compare

Changelog

Added

  • New libsodium APIS:
    • padding
    • memory
    • randombytes
    • secretbox
    • secretstream
    • crypto_pwhash
  • Extended unit and integration tests
  • Documentation