mirror of
https://github.com/brmlab/brmdoor_libnfc.git
synced 2025-06-08 00:24:00 +02:00
Few fixes in signature generation and verification
This commit is contained in:
parent
d0121aaed9
commit
db0e5721ff
4 changed files with 15 additions and 10 deletions
|
@ -86,7 +86,7 @@ class NFCScanner(object):
|
|||
)
|
||||
self.desfireAuthenticator = DesfireEd25519Authenthicator(
|
||||
config.authDbFilename, self.nfc,
|
||||
config.desfirePubkey
|
||||
config.desfirePubkey.decode("hex")
|
||||
)
|
||||
#self.nfc.pollNr = 0xFF #poll indefinitely
|
||||
while True:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue