Skip to content
Open
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
2 changes: 1 addition & 1 deletion shared/block_signer.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def __init__(self, seed: Optional[bytes] = None):
self.next_wots_plus_public_key = next_public_key_obj.to_bytes()

# FIXME: Because we need to sign lots of candidate messages before iterating our key we need to switch
#. either to an XMSS system, SPHINCS, etc for this to be secure.
# either to an XMSS system, SPHINCS, etc for this to be secure.
def iterate_wots_key(self):
"""Iterate to the next WOTS+ key pair."""
self.wots_seed = self.next_wots_seed
Expand Down