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
For the prime fields that supports montgomery reduction, it is serialized with a call ToBigInt(), which causes not only montgomery reductions but also uses the size than the required size of prime field.
Issue type
Performance
Current behavior?
For the prime fields that supports montgomery reduction, it is serialized with a call
ToBigInt()
, which causes not only montgomery reductions but also uses the size than the required size of prime field.Expected Behavior?
(De)serializes the value using
value()
.The text was updated successfully, but these errors were encountered: