newlogic / smartscanner-core

ID scanning Android app and library. Supports MRZ, NFC, Barcodes, and ID PASS Lite cards.
Apache License 2.0
72 stars 19 forks source link

Fix/develop/read data groups #55

Closed typelogic closed 3 years ago

typelogic commented 3 years ago

Issue

To fix issue#49 regarding reading the mandatory Data Groups and check their hashes

Changes

Add the method readEF() to correctly read the contents of Data Groups that matches the computed hash. Other methods of reading it, fails to verify the hash.

Bundle csca.ks file.

Add logging in doEACCA() method.