rusty_chacha 0.7.1 rusty_chacha: ^0.7.1 copied to clipboard
A Flutter library for fast ChaCha20-Poly1305 encryption, powered by Rust
0.7.0 #
- Bump "rusty_chacha" to
0.7.0
.
0.5.1+3 #
- Update a dependency to the latest release.
0.5.1+2 #
- Update a dependency to the latest release.
0.5.1+1 #
- Update a dependency to the latest release.
0.5.0 #
0.4.0 #
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
0.4.0-dev.2 #
0.4.0-dev.1 #
Note: This release has breaking changes.
- FIX: imort. (a5d0955e)
- FIX: try to lower ffi dependecy. (bca7cba9)
- FIX: try to skip build.rs when env var is not set. (e54ccccb)
- FIX: remove unused dependency. (d2429a8e)
- FIX: remove target.aarch64-linux-android. (7759f614)
- FIX: repeated initialization. (dd60b9d5)
- FIX: formatting. (be1638a0)
- FEAT: try to split flutter and dart packages. (6ec98378)
- FEAT: relax dependency requirement. (9a73951b)
- FEAT: add Flutter example. (3053d761)
- FEAT: make compressionLevel optional. (2ee0f02b)
- FEAT: update docs. (3d6c974d)
- FEAT: update docs. (c3e38859)
- FEAT: log features in benchmark. (70fad00f)
- FEAT: fix Rust benchmarks. (f370bfab)
- FEAT: update docs. (18a88a17)
- FEAT: update docs. (863f3c2e)
- FEAT: try to enable "neon" on aarch64 (ARM) CPUs. (e314ed31)
- FEAT: make encryption key param optional. (15d4c927)
- FEAT: make compression param optional. (b43ca88c)
- BREAKING FIX: file structure, import, formatting. (9628637d)
- BREAKING FIX: imports. (370f4a1a)
- BREAKING FEAT: add append/offset for file based encryption/decryption. (aeca04d1)
- BREAKING FEAT: Refactor API to support ChaCha20 as well as XChaCha20 and revert dynamic linking for iOS/MacOS. (fa50915f)
0.4.0 #
0.3.0 #
0.2.3 #
0.2.0 #
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
0.2.0-dev.0 #
Note: This release has breaking changes.
- BREAKING FEAT: try to use dynamic linking on MacOS and iOS. (c0a50365)
0.1.1 #
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
0.1.1-dev.0 #
0.1.0 #
Note: This release has breaking changes.
- BREAKING FEAT: add optional compression with ZSTD. (147131ad)
0.0.1+2 #
0.0.1 #
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
0.0.1-dev.1 #
0.0.0 #
- Initial version