We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b08fb7b commit 118812cCopy full SHA for 118812c
src/peru_dnie/hashes.py
@@ -28,7 +28,7 @@ def __call__(self, input_bytes: bytes) -> bytes:
28
elif self.name == "sha512":
29
return hash_sha384(input_bytes)
30
else:
31
- raise TypeError("Hash functoin not supported")
+ raise TypeError("Hash function not supported")
32
33
34
def hash_sha224(input_bytes: bytes) -> bytes:
0 commit comments