We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
io.ReadWitness(fInputPath, r1csInput)
previous: func (assignments Assignments) DiscardSecrets() Assignments { toReturn := NewAssignment() for k, v := range assignments { if v.IsPublic { toReturn[k] = v } } return toReturn }
The text was updated successfully, but these errors were encountered:
3a1f1d1
Thanks for reporting, indeed the issue was when trying to assign public values only to a witness, fixed in #38
Sorry, something went wrong.
Merge pull request Consensys#37 from bnb-chain/zkbnb-develop-v0.8.0-c…
bc73461
…ontract-solving-update zkbnb-develop-v0.8.0-contract-solving-update
No branches or pull requests
io.ReadWitness(fInputPath, r1csInput)
previous:
func (assignments Assignments) DiscardSecrets() Assignments {
toReturn := NewAssignment()
for k, v := range assignments {
if v.IsPublic {
toReturn[k] = v
}
}
return toReturn
}
The text was updated successfully, but these errors were encountered: