You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On fido2/arkg.py, line 290 we have self.crv.group_order,. This group_order parameter was added in Cryptography version 45.0.0 as stated in Doc. Please update the same in pyproject.toml. (Should I make a PR?)
On
fido2/arkg.py, line 290 we haveself.crv.group_order,. Thisgroup_orderparameter was added in Cryptography version 45.0.0 as stated in Doc. Please update the same in pyproject.toml. (Should I make a PR?)