typelogic
typelogic
I remove the redundant-looking `install-and-test` job and only have the `build-android` job. I am sometimes encountering an error in [Build Android Release](https://gist.github.com/typelogic/1d7e7303f9c53cd176864eb3f5cb2da0) portion, where I do a *re-run* and it...
The current implementation of [inferOID](https://github.com/AndyQ/NFCPassportReader/blob/master/Sources/NFCPassportReader/ChipAuthenticationHandler.swift#L110-L121) looks incomplete. The [9303_p11_cons_en.pdf](https://imgur.com/BCckoMX.png) seems to describe the complete listing. How do we approach to correctly infer the OID when `ChipAuthenticationInfo` is missing? The JMRTD's...
First, thanks for your work. Reading the content of a data group as a byte array is a tricky thing. There are two things that this read must simultaneously satisfy:...
## Current Behaviour This change is to accommodate after changes in https://github.com/idpass/idpass-lite/issues/20 ## Expected Behaviour Changes to accommodate the abstracted face match function ## Steps to Reproduce the Problem 1...
## Issue Most of these changes are the addition of python files to wrap `libidpasslite.so` in python. There is an addition of one new function `idpass_lite_qrcodesvg` in `idpass.h` header file....
## Current Behaviour Present implementation is using `Dlib` ## Expected Behaviour Create an abstraction to plug-in other face match implementation solution aside from `Dlib` ## Steps to Reproduce the Problem...
## Current Behaviour At present, the dynamic library `libidpasslite.{so,dylib,dll}` has been built and tested in the below platforms: - Linux x86_64 - Windows 10 x86_64 - MacOS x86_64 - MacOS...
To make the CircleCI test build shorter time, but with same test case quality.
This is the better PR as it is branched from a correctly re-initialized submodule setting of master. I will closed the other one.