Skip to content

Commit 606965b

Browse files
committed
remove unnecessary formatting
1 parent 577f44e commit 606965b

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

docs/leios-design/README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Besides collecting node-specific details in this document, we intend to contribu
1919
This document is a living artifact and will be updated as implementation progresses, new risks are identified, and validation results become available.
2020

2121
| Version | Date | Author | Changes |
22-
| ------- | ---------- | --------------- | ------------- |
22+
|---------|------------|-----------------|---------------|
2323
| 0.1 | 2025-10-15 | Sebastian Nagel | Initial draft |
2424

2525

@@ -846,19 +846,19 @@ Genesis (Ouroboros Genesis) enables nodes to bootstrap from the genesis block wi
846846
847847
# Glossary
848848

849-
| Term | Definition |
850-
| -------------------------- | --------------------------------------------------------------------- |
851-
| **RB** | Ranking Block - Extended Praos block that announces and certifies EBs |
852-
| **EB** | Endorser Block - Additional block containing transaction references |
853-
| **CertRB** | Ranking Block containing a certificate |
854-
| **TxRB** | Ranking Block containing transactions |
855-
| **BLS** | Boneh-Lynn-Shacham signature scheme using elliptic curve BLS12-381 |
856-
| **PoP** | Proof-of-Possession - Prevents rogue key attacks in BLS aggregation |
857-
| **$L_\text{hdr}$** | Header diffusion period (1 slot) |
858-
| **$L_\text{vote}$** | Voting period (4 slots) |
859-
| **$L_\text{diff}$** | Certificate diffusion period (7 slots) |
860-
| **FFD** | Freshest-First Delivery - Network priority mechanism |
861-
| **ATK-LeiosProtocolBurst** | Attack where adversary withholds and releases EBs simultaneously |
849+
| Term | Definition |
850+
|------|------------|
851+
| **RB** | Ranking Block - Extended Praos block that announces and certifies EBs |
852+
| **EB** | Endorser Block - Additional block containing transaction references |
853+
| **CertRB** | Ranking Block containing a certificate |
854+
| **TxRB** | Ranking Block containing transactions |
855+
| **BLS** | Boneh-Lynn-Shacham signature scheme using elliptic curve BLS12-381 |
856+
| **PoP** | Proof-of-Possession - Prevents rogue key attacks in BLS aggregation |
857+
| **$L_\text{hdr}$** | Header diffusion period (1 slot) |
858+
| **$L_\text{vote}$** | Voting period (4 slots) |
859+
| **$L_\text{diff}$** | Certificate diffusion period (7 slots) |
860+
| **FFD** | Freshest-First Delivery - Network priority mechanism |
861+
| **ATK-LeiosProtocolBurst** | Attack where adversary withholds and releases EBs simultaneously |
862862

863863
# References
864864

0 commit comments

Comments
 (0)