We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af22b05 commit ff3f2f2Copy full SHA for ff3f2f2
src/lean_spec/subspecs/xmss/subtree.py
@@ -376,7 +376,7 @@ def from_prf_key(
376
# Generate leaf hashes for all epochs in this bottom tree.
377
leaf_hashes: list[HashDigestVector] = []
378
379
- for epoch in range(int(start_epoch), int(end_epoch)):
+ for epoch in range(start_epoch, end_epoch):
380
# For each epoch, compute the one-time public key (chain endpoints).
381
chain_ends: list[HashDigestVector] = []
382
0 commit comments