vodozemac_plus 0.6.1+2
vodozemac_plus: ^0.6.1+2 copied to clipboard
Provides bindings to the vodozemac library that has Olm and Megolm implementation from Dart.
0.6.1+2 #
- Android 支持 64KB 页面大小。
0.6.1 #
- feat: update change log
0.6.0 #
- feat: rename package to
vodozemac_plusand change the main export file tovodozemac_plus.dart - feat: add a streaming AES-256-CTR API (
Aes256Ctr) to allow processing large files in chunks without excessive memory consumption
0.5.0 #
- fix: Use the specced olm session config v1 by default (Christian Kußowski)
0.4.0 #
- feat: add ios ffi bindings for decryption in notification extension
0.3.0 #
- feat: Add CryptoUtils to forward algorithms for SSSS and file encryption
- build: Update flutter_rust_bridge to 2.11.1
0.2.0 #
- feat: write bindings for remove_one_time_key in Account
- feat: add disposed getter for Sas
0.1.0 #
- Initial version.