Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions src/lean_spec/spec/forks/lstar/slot.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
"""
Slot primitive shared by the consensus and crypto layers.

The crypto signing scheme binds each signature to a specific slot.
Hosting the type here lets the crypto layer name the slot without
importing the rest of the consensus container module.
"""
"""Slot primitive shared by the consensus and crypto layers."""

import math
from typing import Final
Expand Down
Loading