Skip to content

Commit

Permalink
Update reports/3sf.tex
Browse files Browse the repository at this point in the history
Co-authored-by: Kukovec <[email protected]>
  • Loading branch information
saltiniroberto and Kukovec authored Dec 13, 2024
1 parent ccf873a commit dd7cbf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reports/3sf.tex
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ \section{Basic 3SF concepts}\label{sec:3sf}
Validators cast two main types of votes: \textsc{ffg-vote}s and \textsc{vote}s.
Each \textsc{vote} includes an \textsc{ffg-vote}.
The specification targeted by this project only deals with \textsc{ffg-vote}s as the extra information included in \textsc{vote}s has no impact on AccountableSafety.
An \textsc{ffg-vote} is represented as a tuple \([\textsc{ffg-vote}, \C_1, \C_2, v_i]\), where {$v_i$ is the validator sending the \textsc{ffg-vote}\footnote{Digital signature are employed to ensure that $v_i$ is the actual sender and it is assumed that such digital signatures are unforgeable.}, while} \(\C_1\) and \(\C_2\) are checkpoints.
An \textsc{ffg-vote} is represented as a tuple \([\textsc{ffg-vote}, \C_1, \C_2, v_i]\), where {$v_i$ is the validator sending the \textsc{ffg-vote}\footnote{Digital signatures are employed to ensure that $v_i$ is the actual sender and it is assumed that such digital signatures are unforgeable.}, while} \(\C_1\) and \(\C_2\) are checkpoints.
These checkpoints are respectively referred to as the \emph{source} (\(\C_1\)) and the \emph{target} (\(\C_2\)) of the \textsc{ffg-vote}.
Such an \textsc{ffg-vote} is \emph{valid}
%(i.e., $\mathrm{valid}(\C_1 \to \C_2$))
Expand Down

0 comments on commit dd7cbf6

Please sign in to comment.