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
FeltRng now implements RngCore and so we can use fill_bytes() from its API (done in 0xPolygonMiden/crypto#299 and v0.9.0 of miden-crypto has been released). After a new version of Miden VM is released and these changes are available to downstream crates we need to remove ClientRng and enforce only FeltRng for the RNG component of the Client.
How should it be done?
Remove ClientRng and make sure only FeltRng is utilized. Also we should confirm that this is the only source of randomness.
What should be done?
FeltRng
now implementsRngCore
and so we can usefill_bytes()
from its API (done in 0xPolygonMiden/crypto#299 and v0.9.0 of miden-crypto has been released). After a new version of Miden VM is released and these changes are available to downstream crates we need to removeClientRng
and enforce onlyFeltRng
for the RNG component of the Client.How should it be done?
Remove
ClientRng
and make sure onlyFeltRng
is utilized. Also we should confirm that this is the only source of randomness.When is this task done?
After the RNG component of
Client
isFeltRng
Additional context
#236 (comment)
The text was updated successfully, but these errors were encountered: