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
I've found 2 issues in the comments for verify_proof that need clarification:
This line says that the commitment should be the uncompressed 64 byte representation of the commitment but the actual code that parses the commitment bytes wants 32 bytes (seemingly the serialized/compressed commitment).
The z_index parameter says it should be a one byte value between 1-256. Is the underlying code wanting a 1-256 or a zero-indexed value between 0-255?
The text was updated successfully, but these errors were encountered:
I've found 2 issues in the comments for
verify_proof
that need clarification:This line says that the commitment should be the uncompressed 64 byte representation of the commitment but the actual code that parses the commitment bytes wants 32 bytes (seemingly the serialized/compressed commitment).
The
z_index
parameter says it should be a one byte value between 1-256. Is the underlying code wanting a 1-256 or a zero-indexed value between 0-255?The text was updated successfully, but these errors were encountered: