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 #37329, the .log() method takes an optional order= argument for some implementations of finite-field elements, and throws exceptions for some others when a third argument (in addition to self and the base element) is passed.
This inconsistency is annoying: All implementations of this method should accept the order= argument and either do something useful with it or discard it silently but gracefully.