crypto: Remove some stale TODOs.

master
Damir Jelić 2020-12-01 11:20:55 +01:00
parent 08babb6d6c
commit efe659910f
2 changed files with 0 additions and 4 deletions

View File

@ -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(),

View File

@ -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