Skip to content

Releases: Skycoder42/libsodium_dart_bindings

sodium_libs - A new minor release is available!

17 Aug 09:14
dd0f824
Compare
Choose a tag to compare

Changelog

Added

  • SodiumInit.init can now be called with initNative: false to disable
    initialization of the native library, in case it has already been initialized

Changed

  • Updated minimum required sodium version to 1.1.0

sodium - A new minor release is available!

17 Aug 06:06
c33fb35
Compare
Choose a tag to compare

Changelog

Added

  • SecureKey.split extension that allows to split one key into multiple (#2)
  • SecureKey.nativeHandle and SecureKey.fromNativeHandle to allow passing
    secure keys across isolate boundaries
  • SodiumInit.init can now be called with initNative: false to disable
    initialization of the native library, in case it has already been initialized

sodium_libs - A new patch release is available!

13 Jul 14:15
Compare
Choose a tag to compare

Changelog

Fixed

  • Make links in README secure (pub.dev score)
  • Use longer package description (pub.dev score)

sodium_libs - A new major release is available!

13 Jul 05:28
Compare
Choose a tag to compare

Changelog

Fixed

  • Web/Windows builds did not work when packages was installed via pub.dev

sodium_libs - A new release is available!

09 Jul 05:07
3af5342
Compare
Choose a tag to compare

Changelog

Added

  • Initial release

sodium - A new major release is available!

08 Jul 05:18
Compare
Choose a tag to compare

Changelog

Changed

  • Update dependencies
  • Refactor integration tests and CI scripts

sodium_libs_windows - A new release is available!

23 Jun 16:28
9c590cd
Compare
Choose a tag to compare

Changelog

Added

  • Initial release

sodium_libs_platform_interface - A new release is available!

23 Jun 15:34
4e753c2
Compare
Choose a tag to compare

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