crypto: Add a TODO about SAS timing out.

master
Damir Jelić 2020-08-04 12:56:55 +02:00
parent be01ee2de0
commit 69d2a00759
1 changed files with 3 additions and 0 deletions

View File

@ -90,6 +90,9 @@ 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