Skip to content

Commit b419a08

Browse files
committed
Update
Signed-off-by: Vlad Gheorghiu <[email protected]>
1 parent 08096cd commit b419a08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

oqs/oqs.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ def verify(self, message, signature, public_key):
482482

483483
def sign_with_ctx_str(self, message, context):
484484
"""
485-
Signs the provided message and returns the signature.
485+
Signs the provided message with context string and returns the signature.
486486
487487
:param context: the context string.
488488
:param message: the message to sign.
@@ -511,7 +511,7 @@ def sign_with_ctx_str(self, message, context):
511511

512512
def verify_with_ctx_str(self, message, signature, context, public_key):
513513
"""
514-
Verifies the provided signature on the message; returns True if valid.
514+
Verifies the provided signature on the message with context string; returns True if valid.
515515
516516
:param message: the signed message.
517517
:param signature: the signature on the message.

0 commit comments

Comments
 (0)