Skip to content

Commit

Permalink
Output the public key in verify.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkara committed Jul 15, 2021
1 parent dd20da7 commit 732b700
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions verify.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
print('./verify.py -m YOURMESSAGE -k PUBLIC-KEY-HEX -s SIGNATURE')
sys.exit()

print("Public Key:\n", public_key_hex)
print("Message:\n", msg)
print("Signature:\n", encoded_signature)

Expand Down

0 comments on commit 732b700

Please sign in to comment.