matrix-dart-sdk/lib/encryption
Krille 017a39c792
refactor: Use Event instead of EventUpdate for pending decryption event queue and for decrypt events in general
This should removes an
unnecessary step of
json serialization and deserialization and should
therefore improve performance.
Gets rid of some unnecessary
code as well.
2024-12-27 13:12:44 +01:00
..
utils refactor: Fix new lints from flutter 3.27 2024-12-15 12:21:26 +01:00
cross_signing.dart chore: add require trailing comma lint 2024-11-07 16:13:37 +01:00
encryption.dart refactor: Use Event instead of EventUpdate for pending decryption event queue and for decrypt events in general 2024-12-27 13:12:44 +01:00
key_manager.dart refactor: Remove unnecessary roomId parameter from decryptRoomEvent method 2024-12-17 11:23:58 +01:00
key_verification_manager.dart chore: add require trailing comma lint 2024-11-07 16:13:37 +01:00
olm_manager.dart chore: add require trailing comma lint 2024-11-07 16:13:37 +01:00
ssss.dart chore: add require trailing comma lint 2024-11-07 16:13:37 +01:00