nfcpy / ndeflib

Python package for parsing and generating NFC Data Exchange Format messages.
ISC License
63 stars 12 forks source link

Signature length / certificate length / certificate URI fields should be 16-bits #5

Closed nickaknudson closed 6 years ago

nickaknudson commented 6 years ago

Currently only encoded as 8-bit lengths, should be 16-bit lengths. This is causing reads to fail.

Need to change instances of B+ to H+ during encoding/decoding.