matrix-dart-sdk/lib/encryption/utils
Nicolas Werner 8b8a647cf9
chore: enable discarded_futures lint
BREAKING CHANGE: This changes the runInRoot method to not return a
future. As a user, if you need the result of an async computation passed
to runInRoot, please await it directly. Also the KeyVerification start
and a few call methods now return a future.
2023-11-17 12:59:27 +01:00
..
base64_unpadded.dart chore: enable discarded_futures lint 2023-11-17 12:59:27 +01:00
bootstrap.dart refactor: Trigger upload keys on sync and not in background job and upload them before logout 2023-10-20 10:18:05 +02:00
json_signature_check_extension.dart feat: switch from pedantic to lints 2022-08-15 14:15:51 +00:00
key_verification.dart chore: enable avoid_bool_literals_in_conditional_expressions 2023-11-17 12:59:27 +01:00
olm_session.dart feat: switch from pedantic to lints 2022-08-15 14:15:51 +00:00
outbound_group_session.dart feat: switch from pedantic to lints 2022-08-15 14:15:51 +00:00
session_key.dart feat: support dehydrated devices 2022-08-29 13:05:55 +02:00
ssss_cache.dart refactor: remove clientid from encryption code 2021-09-30 12:58:37 +00:00
stored_inbound_group_session.dart chore: port the remaining encryption files to nullsafety 2021-10-13 13:58:21 +00:00