Håvard Fossli
Håvard Fossli
👍👍 Yep, either that or return an object with two variables.
Yep. Thanks for chiming in. One additional constraint is that we don’t want to query the private key excessively for devices that doesnt support the access control flag «privateKeyUsage».
Yes, it could. Users could also write the shorter version (omitting `EllipticCurveKeyPair.Prompt`) ```swift let config = EllipticCurveKeyPair.Config( ... operationPrompt: .string("Message"), ...) ``` since the type is known. I was looking...
Yes, that's right. Fixed in master. If you point directly to commit or branch it works in swift 5
Thanks for taking the time to report this. Keeping it open since I forgot to publish new release
I am so sorry. The past months have been crazy hectic both on a personal level and professional level. I am triaging every day in order to keep most important...
I’m really not sure. https://youtu.be/fpaQpyU_QiM
Why do you want to cancel? What is the use case?
I have rewritten some of the code so I'm now able to pass a LAContext to `sign` and `decrypt`. Sad thing is that I don't get to dismiss the LAContext...