Open WebTiger89 opened 4 weeks ago
the verifier is part of the supreme module. we might be able to lower it, but onyl if working with biometrics does not turn into a hot mess
@FelixHoer would this part of the code still work with SDK 29?
We've looked into this. The issue with decreasing the minSDK is that the constraints on the key cannot be as granular as we have it now. This is irrelevant for verification, though. As we're hamstrung by Kotlin/Native limitations related to how modules depend on each other, we need to figure out, if and how we want to separate verification from signing.
Is it possible to decrease the min supported SDK for android? I want to do signature verification with SHA256 and RSA, maybe I can omit supreme module?