mirror of
https://github.com/brmlab/brmdoor_libnfc.git
synced 2025-06-07 16:14:01 +02:00
Remove debug print
This commit is contained in:
parent
db0e5721ff
commit
b99c121766
1 changed files with 0 additions and 1 deletions
|
@ -161,7 +161,6 @@ class DesfireEd25519Authenthicator(object):
|
||||||
"""
|
"""
|
||||||
Returns true iff uid (as binary) is the message signed by signature (binary string)
|
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
|
verified = curve.verifySignature(self.pubKey, uid, signature) == 0
|
||||||
return verified
|
return verified
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue