Skip to content

Commit c5338e3

Browse files
committed
fix typo
1 parent 08b01de commit c5338e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dilithium_py/ml_dsa/ml_dsa.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ def pk_from_sk(self, sk_bytes: bytes) -> bytes:
450450

451451
# Ensure the public key matches the hash within the secret key
452452
if tr != self._h(pk_bytes, 64):
453-
raise ValueError("maleformed secret key")
453+
raise ValueError("malformed secret key")
454454

455455
return pk_bytes
456456

0 commit comments

Comments
 (0)