matrix-dart-sdk/lib/encryption
Krille 9fc7f4a3b4
refactor: Do not handle ephemerals as EventUpdates
This handles room ephemerals
directly and not as room
event updates, which saves
one unnecessary step to json serialize and
deserialize. Handling those
as room event updates had
no benefit anyway so this
should speed up performance.
2024-12-30 11:38:53 +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: Do not handle ephemerals as EventUpdates 2024-12-30 11:38:53 +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