mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-07 15:33:45 -04:00
crypto: Remove some stale TODOs.
This commit is contained in:
@@ -170,7 +170,6 @@ impl MasterSigning {
|
||||
}
|
||||
|
||||
pub async fn sign_subkey<'a>(&self, subkey: &mut CrossSigningKey) {
|
||||
// TODO create a borrowed version of a cross singing key.
|
||||
let subkey_wihtout_signatures = json!({
|
||||
"user_id": subkey.user_id.clone(),
|
||||
"keys": subkey.keys.clone(),
|
||||
|
||||
@@ -117,9 +117,6 @@ impl Default for AcceptedProtocols {
|
||||
}
|
||||
}
|
||||
|
||||
// TODO implement expiration of the verification flow using the timeouts defined
|
||||
// in the spec.
|
||||
|
||||
/// A type level state machine modeling the Sas flow.
|
||||
///
|
||||
/// This is the generic struc holding common data between the different states
|
||||
|
||||
Reference in New Issue
Block a user