dusk-network / bls12_381

Implementation of the BLS12-381 pairing-friendly elliptic curve group with extra features needed by the Dusk-Network team
Other
21 stars 20 forks source link

Remove `Scalar::uni_random` #135

Closed moCello closed 11 months ago

moCello commented 11 months ago

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 of Scalar::random which is part of the Field trait.

Relevant Context (optional)

see #129