Damir Jelić
Damir Jelić
The verification logic has a bunch of layers, the bottom layer is a type-safe state machine. We should be able to simplify this, at least for the SAS verification types.
The default serialization format for encrypted values in the store-encryption crate is JSON using serde_json. Since the ciphertext and nonce are byte vectors and JSON a textual encoding this ends...
Please vote: :+1: for yes, :-1: for no.
MSC: https://github.com/matrix-org/matrix-spec-proposals/pull/3783
Users might get the impression that they need to manually manage sync tokens considering the sparse description around them. Realistically, if the state store is used, everything is managed by...
Secret storage allows us to store the private parts of our cross signing keys and our backup key on the server in the global account data storage box of our...
Related MSC: https://github.com/matrix-org/matrix-doc/pull/2697 This probably means that we'll want a special constructor for the OlmMachine, which takes the `Account` pickle as an argument. The top level SDK crate can optionally...
There's a bunch of smaller things to take into consideration, i.e. was the room key received using a forward/backup/import, when determining if an event is verified.