matrix-dart-sdk/test/encryption
Krille Fear 9fa5667234 refactor: Make MatrixFile final and move all image calculation into isolate
This makes all fields in a MatrixFile final and
the object therefore stateless. It also moves
all calculations into the isolate. After some
benchmarks it seems that this does not
really speed up the thumbnail creation
but it does no longer block the UI for
some seconds.
2022-03-15 08:27:40 +01:00
..
bootstrap_test.dart refactor: port encryption tests 2021-10-28 03:44:02 +02:00
cross_signing_test.dart refactor: port encryption tests 2021-10-28 03:44:02 +02:00
encrypt_decrypt_room_message_test.dart refactor: Make room in Event class not nullable 2021-11-04 14:21:04 +01:00
encrypt_decrypt_to_device_test.dart refactor: port encryption tests 2021-10-28 03:44:02 +02:00
key_manager_test.dart refactor: Make room in Event class not nullable 2021-11-04 14:21:04 +01:00
key_request_test.dart refactor: port encryption tests 2021-10-28 03:44:02 +02:00
key_verification_test.dart fix: Dont enable e2ee in test verification DM room 2021-11-09 15:42:43 +01:00
olm_manager_test.dart refactor: port encryption tests 2021-10-28 03:44:02 +02:00
online_key_backup_test.dart refactor: port encryption tests 2021-10-28 03:44:02 +02:00
ssss_test.dart fix(ssss): Strip all whitespace characters from recovery keys upon decode 2021-12-05 12:19:22 +01:00
utils_test.dart refactor: Make MatrixFile final and move all image calculation into isolate 2022-03-15 08:27:40 +01:00