-
Notifications
You must be signed in to change notification settings - Fork 38
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
Re-design hades permutation #243
Comments
Following up the comment from #242 (comment) |
will someone ever want to use hades without poseidon? as it is optimized for our implementation, and now it is even part of the poseidon crate, I guess it's unlikely to happen. In the future we can set public functions to change Hades configurations, but by now I would keep it private. |
I agree. I'll only expose the |
Summary
Expose only
permute
andpermute_gadget
functions (andWIDTH
) fromhades
module.Edit: After a comment from @xevisalle we decided to only expose the
WIDTH
from the hades module to the public API.With this change we can refactor the permutation designs internally without a breaking change, if desired, in the future.
The text was updated successfully, but these errors were encountered: