diff options
Diffstat (limited to 'lang/py3-pyme/examples/signverify.py')
| -rwxr-xr-x | lang/py3-pyme/examples/signverify.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lang/py3-pyme/examples/signverify.py b/lang/py3-pyme/examples/signverify.py index 6c688389..e2f80357 100755 --- a/lang/py3-pyme/examples/signverify.py +++ b/lang/py3-pyme/examples/signverify.py @@ -41,7 +41,7 @@ if not c.signers_enum(0):  # This is a map between signer e-mail and its password  passlist = { -    "<[email protected]>": "Crypt0-R0cks" +    "<[email protected]>": "Crypt0R0cks"      }  # callback will return password based on the e-mail listed in the hint. | 
