Skip to content

Commit

Permalink
Small spec fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
WhatisRT committed May 7, 2024
1 parent c292dc6 commit 7041a50
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion eras/babbage/formal-spec/remove-overlay.tex
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ \section{Removal of the Overlay Schedule}
\eta_v \\
\eta_c \\
\end{array}\right)}
\trans{\hyperref[fig:rules:update-nonce]{updn}}{\fun{slot}~\var{bhb}}
\trans{\hyperref[fig:rules:update-nonce]{updn}}{\fun{bslot}~\var{bhb}}
{\left(\begin{array}{c}
\eta_v' \\
\eta_c' \\
Expand Down
2 changes: 1 addition & 1 deletion eras/shelley/formal-spec/chain.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1377,7 +1377,7 @@ \subsection{Protocol Transition}
\eta_v \\
\eta_c \\
\end{array}\right)}
\trans{\hyperref[fig:rules:update-nonce]{updn}}{\fun{slot}~\var{bhb}}
\trans{\hyperref[fig:rules:update-nonce]{updn}}{\fun{bslot}~\var{bhb}}
{\left(\begin{array}{c}
\eta_v' \\
\eta_c' \\
Expand Down
2 changes: 1 addition & 1 deletion eras/shelley/formal-spec/crypto-primitives.tex
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ \section{Cryptographic primitives}
\begin{equation*}
\begin{array}{r@{~\in~}lr}
\seedOp & \Seed \to \Seed \to \Seed & \text{binary seed operation} \\
\vrf{\T}{}{} & \SKey \to \Seed \to \T\times\Proof
\vrf{\T}{}{} & \SKey \to \Seed \to \Proof\times\T
& \text{verifiable random function} \\
%
\verifyVrf{\T}{}{}{} & \VKey \to \Seed \to \Proof\times\T \to \Bool
Expand Down

0 comments on commit 7041a50

Please sign in to comment.