Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sinui0 committed Jan 15, 2024
1 parent cdfea8d commit 539b107
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions components/tls/tls-mpc/src/follower.rs
Original file line number Diff line number Diff line change
Expand Up @@ -624,10 +624,10 @@ mod state {
pub(super) struct Active {
pub(super) handshake_commitment: Option<Hash>,
pub(super) server_key: PublicKey,
/// TLS messages purportedly received by the leader from the server.
///
/// The follower must verify the authenticity of these messages with AEAD verification
/// (i.e. by verifying the authentication tag).
/// TLS messages purportedly received by the leader from the server.
///
/// The follower must verify the authenticity of these messages with AEAD verification
/// (i.e. by verifying the authentication tag).
pub(super) committed: VecDeque<OpaqueMessage>,
}

Expand Down
2 changes: 1 addition & 1 deletion components/tls/tls-mpc/src/msg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pub enum MpcTlsMessage {
ServerFinishedVd(ServerFinishedVd),
DecryptServerFinished(DecryptServerFinished),
DecryptAlert(DecryptAlert),
/// A leader commitment to a TLS message received from the server.
/// A leader commitment to a TLS message received from the server.
CommitMessage(CommitMessage),
EncryptMessage(EncryptMessage),
DecryptMessage(DecryptMessage),
Expand Down

0 comments on commit 539b107

Please sign in to comment.