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
Currently the user can supply num_kfrags < threshold, rendering the resulting kfrags useless. We can pass overhead (or some other name) instead of num_kfrags, and return threshold + overhead kfrags. If both threshold and overhead are unsigned, it will be impossible to create a set of useless kfrags.
The text was updated successfully, but these errors were encountered:
fjarri
changed the title
Make it impossible to create less than threshold kfrags in generate_kfrags()
Make it impossible to create less than threshold kfrags in generate_kfrags()?
May 19, 2021
Currently the user can supply
num_kfrags < threshold
, rendering the resulting kfrags useless. We can passoverhead
(or some other name) instead ofnum_kfrags
, and returnthreshold + overhead
kfrags. If boththreshold
andoverhead
are unsigned, it will be impossible to create a set of useless kfrags.The text was updated successfully, but these errors were encountered: