Closed moCello closed 11 months ago
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.
Scalar::uni_random
Scalar::random
Field
see #129
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