tari-project / triptych

BSD 3-Clause "New" or "Revised" License
0 stars 3 forks source link

chore: ensure verifier weights are nonzero #61

Closed AaronFeickert closed 8 months ago

AaronFeickert commented 8 months ago

It's important that verifier weights be nonzero. While this is exceptionally unlikely ever to occur in practice, it's easy and efficient to check.

This PR adds a check that all verifier weights are nonzero, and resamples if this isn't the case.