crypto: Add a TODO about SAS timing out.

This commit is contained in:
Damir Jelić 2020-08-04 12:56:55 +02:00
parent be01ee2de0
commit 69d2a00759

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