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
After #161 got merged, CurveFp objects can't be used as dictionary keys any more, but since they are static, we can just add __hash__ to make it hashable again.