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
We currently assume that compute_hash_inputs would work only when the filter input size is less than 64 bits. We should consider changing this to a Vec<bool> or BigInt to allow for arbitrary size.
The text was updated successfully, but these errors were encountered:
We currently assume that
compute_hash_inputs
would work only when the filter input size is less than 64 bits. We should consider changing this to aVec<bool>
orBigInt
to allow for arbitrary size.The text was updated successfully, but these errors were encountered: