matrix-dart-sdk/lib/encryption
Christian Pauly 209035ffbd refactor: Use official Dart isolates
The isolates package is discontinued and not compatible
with the newest Dart version.
dart:isolate is not an option because importing this
library makes it impossible to run the matrix
SDK on dart web native. It just won't
build. So we now just depend on
that the flutter app pass through the compute method.
2021-07-21 12:34:43 +02:00
..
utils fix: Add missing null check 2021-07-19 09:18:23 +02:00
cross_signing.dart chore: Rename to matrix 2021-06-18 09:58:25 +02:00
encryption.dart refactor: Move pedantic to dev_dependencies 2021-06-18 10:15:59 +02:00
key_manager.dart refactor: Use official Dart isolates 2021-07-21 12:34:43 +02:00
key_verification_manager.dart chore: Rename to matrix 2021-06-18 09:58:25 +02:00
olm_manager.dart refactor: Move pedantic to dev_dependencies 2021-06-18 10:15:59 +02:00
ssss.dart refactor: Use official Dart isolates 2021-07-21 12:34:43 +02:00