From b99c12176607fe2073c6fe3191549d87480363c6 Mon Sep 17 00:00:00 2001 From: Ondrej Mikle Date: Sun, 22 Oct 2017 23:11:55 +0200 Subject: [PATCH] Remove debug print --- brmdoor_authenticator.py | 1 - 1 file changed, 1 deletion(-) diff --git a/brmdoor_authenticator.py b/brmdoor_authenticator.py index 110a21f..4478bc3 100644 --- a/brmdoor_authenticator.py +++ b/brmdoor_authenticator.py @@ -161,7 +161,6 @@ class DesfireEd25519Authenthicator(object): """ Returns true iff uid (as binary) is the message signed by signature (binary string) """ - print "Signature len:", len(signature) verified = curve.verifySignature(self.pubKey, uid, signature) == 0 return verified