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
Refactors the `FieldElement` class to improve encapsulation by
converting it from a `struct` to a `class` and hiding implementation
details. The internal state (`value_`) and the helper method (`wrap()`)
are now properly encapsulated as private members, while maintaining the
public API.
0 commit comments