Hello team,
Since updating to version 1.1.0, our Xamarin Android and Xamarin iOS integration no longer works.
After investigation, the problem appears to be related to the cryptography code in CryptoUtils.cs, specifically during the LoadEcPrivateKey call.
We are targeting .NET 9.
An easy way to reproduce:
• Open the attached test project
• Call: await auth.Login(username, password);
This fails systematically on Android with a CryptographicException.
Could you please review this issue?
Hello team,
Since updating to version 1.1.0, our Xamarin Android and Xamarin iOS integration no longer works.
After investigation, the problem appears to be related to the cryptography code in CryptoUtils.cs, specifically during the LoadEcPrivateKey call.
We are targeting .NET 9.
An easy way to reproduce:
• Open the attached test project
• Call: await auth.Login(username, password);
This fails systematically on Android with a CryptographicException.
Could you please review this issue?