mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
The new `FieldElement::from_u256` is sufficient to load an unreduced value. The caller can perform the square themselves, without us explicitly supporting this special case. Updates the monero-oxide version used to one which no longer uses `FieldElement::from_square` (as their use is why it was added).