-
Notifications
You must be signed in to change notification settings - Fork 134
FRI rust wrappers #813
New issue
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
FRI rust wrappers #813
Conversation
&merkle_tree_compress_hash, | ||
) | ||
.unwrap(); | ||
stream |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor but you need to release the stream here or it leaks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
probably that's why tests failed (I hope)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think it should make the tests fail but you should see a warning I think when dropping the rust object
} | ||
} | ||
}; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think no test is testing the trait FriProofTrait
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice PR, looks good. Left a few comments.
What about Goldilocks field?
thanks for the mention, will add it too, the pr was just opened before we supported this field |
This PR adds FRI rust wrappers into icicle
cuda-backend-branch: main