Skip to content

Commit 3190f8c

Browse files
committed
fix: remove prime from delta RB
1 parent 8232f21 commit 3190f8c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CIP-0164/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -582,10 +582,10 @@ to >25% of honest nodes, and the network assumption that data with such
582582
widespread initial knowledge propagates fully within this period. The diffusion
583583
period must satisfy:
584584

585-
$$L_\text{diff} \geq \Delta_\text{EB}^{\text{W}} + \Delta_\text{reapply} - \Delta_\text{RB'} - 3 \times L_\text{hdr} - L_\text{vote}$$
585+
$$L_\text{diff} \geq \Delta_\text{EB}^{\text{W}} + \Delta_\text{reapply} - \Delta_\text{RB} - 3 \times L_\text{hdr} - L_\text{vote}$$
586586

587-
This ensures certified EBs reach all honest parties before any RB' that includes
588-
their certificate needs processing.
587+
This ensures certified EBs reach all honest parties before any `RB'` that
588+
includes their certificate needs processing.
589589

590590
#### Size parameters
591591

@@ -721,7 +721,8 @@ infrastructure across Ouroboros Leios, Ouroboros Peras, and other protocols.
721721
To participate in the Leios protocol as voting member/ block producing node,
722722
stake pool operators must register one additional cryptographic key for the
723723
voting scheme alongside their existing VRF and KES keys. In the BLS
724-
implementation described here, this would be a BLS12-381 key.
724+
implementation described here, this would be a BLS key over the BLS12-381
725+
elliptic curve.
725726

726727
<a id="committee-structure" href="#committee-structure"></a>**Committee
727728
Structure**: Two types of voters validate EBs, balancing security,

0 commit comments

Comments
 (0)