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
rather than old_ai maybe ai_ref or ai_mref for the mutable reference? i don't know what is a more proper rustacean name, but old_ai seems to be referring to the (old) value, and changing it via *old_ai = ai just doesn't read properly to me.
The text was updated successfully, but these errors were encountered:
oasis-core/secret-sharing/src/poly/univariate.rs
Line 71 in b0e6bc8
rather than
old_ai
maybeai_ref
orai_mref
for the mutable reference? i don't know what is a more proper rustacean name, butold_ai
seems to be referring to the (old) value, and changing it via*old_ai = ai
just doesn't read properly to me.The text was updated successfully, but these errors were encountered: