From 325b0ca341ae3ac8c3232f557ea2c381b4843969 Mon Sep 17 00:00:00 2001 From: Ben McGinnes Date: Sun, 17 May 2015 04:22:53 +1000 Subject: More byte changes and passphrase changes * exportimport works, but will still segfault for an as yet unknown reason. * genkey produces a traceback error, but does create the key as intended. * matched passphrase in signverify. --- lang/py3-pyme/examples/signverify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/py3-pyme/examples/signverify.py') 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 = { - "": "Crypt0-R0cks" + "": "Crypt0R0cks" } # callback will return password based on the e-mail listed in the hint. -- cgit v1.2.3