feat: работа с шифрованным текстом/фото

This commit is contained in:
Jganenokk
2026-07-26 16:23:05 +07:00
parent ba1f63ad05
commit ac951ea80a
90 changed files with 7248 additions and 64 deletions
+10
View File
@@ -40,6 +40,12 @@ dependencies:
kolibri:
path: third_party/kolibri/kolibri-dart
# Rust message-encryption core — Argon2id + ChaCha20-Poly1305, output encoded
# as lowercase Cyrillic base32. Separate from kolibri: that is vendored
# transport, this is Komet's own crypto.
komet_crypto:
path: native/komet_crypto
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
crypto: ^3.0.7
@@ -94,6 +100,10 @@ dev_dependencies:
flutter_test:
sdk: flutter
# Needed by test/chat_crypto_roundtrip_test.dart to open the built
# komet_crypto shared library directly.
flutter_rust_bridge: 2.12.0
# The "flutter_lints" package below contains a set of recommended lints to
# encourage good coding practices. The lint set provided by the package is
# activated in the `analysis_options.yaml` file located at the root of your