In our Chainsafe Gaming we are using Wallet Connect, which comes with a newer BouncyCastle Crypto version (1.9.0 compared to yours 1.8.2). Every time we try to login with web3auth we are getting this error
ArgumentException: Scalar is not in the interval [1, n - 1]
Because BouncyCastle added some validations in their dll I think right after that 1.8.2 version. Is this something you guys can fix, and update the dependency to at least 1.9.0?
Thanks
In our Chainsafe Gaming we are using Wallet Connect, which comes with a newer BouncyCastle Crypto version (1.9.0 compared to yours 1.8.2). Every time we try to login with web3auth we are getting this error
ArgumentException: Scalar is not in the interval [1, n - 1]Because BouncyCastle added some validations in their dll I think right after that 1.8.2 version. Is this something you guys can fix, and update the dependency to at least 1.9.0?
Thanks