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
Since we discussed that the upstream implementation of a random scalar creation is sufficiently uniform distributed, we can remove Scalar::uni_random from this library in favor of Scalar::random which is part of the Field trait.
Summary
Since we discussed that the upstream implementation of a random scalar creation is sufficiently uniform distributed, we can remove
Scalar::uni_random
from this library in favor ofScalar::random
which is part of theField
trait.Relevant Context (optional)
see #129
The text was updated successfully, but these errors were encountered: