Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
mliberty1 committed May 29, 2024
1 parent fa432ad commit bdebd57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c_monocypher.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ def compute_signing_public_key(secret_key: bytes) -> bytes:


def signature_sign(secret_key: bytes, message: bytes) -> bytes:
"""Cryptographically sign a messge.
"""Cryptographically sign a message.

:param secret_key: Your 64-byte secret key.
:param message: The message to sign.
Expand Down

0 comments on commit bdebd57

Please sign in to comment.