matrix-rust-sdk/matrix_sdk_crypto/src/verification
Damir Jelić 24ce4881c7 crypto: Add a method to save/load arbitrary objects from a CryptoStore.
This actually adds trait methods that save/load strings from the
CryptoStore. We add a wrapper for the CryptoStore since we can't mix
trait objects and generics, so we add generic methods to save/load
anything that implements Serialize/Deserialize.
2020-09-16 16:03:19 +02:00
..
sas crypto: Add a method to save/load arbitrary objects from a CryptoStore. 2020-09-16 16:03:19 +02:00
machine.rs crypto: Add a method to save/load arbitrary objects from a CryptoStore. 2020-09-16 16:03:19 +02:00
mod.rs Replace IncomingToDeviceRequest with customized request type 2020-09-03 20:02:55 +02:00