Release of package sodium - Version 3.2.0
Changelog
3.2.0 - 2024-08-18
Added
- Added
crypto.secretStream.pushChunked
andcrypto.secretStream.pullChunked
- Serve as a replacement for the deprecated
push
andpull
APIs - Allow for a secure and bug-free encryption of files and other binary streams
by requiring achunkSize
that is used to partition the incoming binary
data into fix-sized chunks, just as the API expects.
- Serve as a replacement for the deprecated
- Added file encryption/decryption example
Deprecated
- Deprecated
crypto.secretStream.push
andcrypto.secretStream.pull
The package and it's documentation are available at pub.dev.