libsodium_dart_bindings icon indicating copy to clipboard operation
libsodium_dart_bindings copied to clipboard

Dart bindings for libsodium, supporting both the VM and JS without flutter dependencies.

Results 6 libsodium_dart_bindings issues
Sort by recently updated
recently updated
newest added

Upstream archives for libsodium v1.0.19 have changed. The new timestamps are: ``` https://download.libsodium.org/libsodium/releases/libsodium-1.0.19-stable-msvc.zip - Mon, 20 May 2024 19:54:29 GMT https://download.libsodium.org/libsodium/releases/libsodium-1.0.19-stable.tar.gz - Mon, 20 May 2024 19:38:14 GMT ```

Bumps [ffigen](https://github.com/dart-lang/native/tree/main/pkgs) from 11.0.0 to 12.0.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ffigen&package-manager=pub&previous-version=11.0.0&new-version=12.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
dart

See https://libsodium.gitbook.io/doc/advanced/ed25519-curve25519

enhancement

Secret stream documentation: https://libsodium.gitbook.io/doc/secret-key_cryptography/secretstream says: "Since the length of the stream is not limited, it can also be used to encrypt files regardless of their size." In order to reliably...

enhancement

I've just realized that this package doesn't have API bindings to AES-GCM. ``` #/lib/src/api/aead.dart /// Currently, only the crypto_aead_xchacha20poly1305_ietf_* APIs have been /// implemented. ``` I've noticed relevant functions inside...

> I'm interested in non-authenticated XChaCha20, for use with SIV. > > @timshadel This issue was extracted from #5, as the remaining tasks of that issue have all been completed...