Skip to content
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

Consider replacing constant_time_eq #353

Open
jhand2 opened this issue Sep 21, 2024 · 0 comments
Open

Consider replacing constant_time_eq #353

jhand2 opened this issue Sep 21, 2024 · 0 comments

Comments

@jhand2
Copy link
Collaborator

jhand2 commented Sep 21, 2024

While poking around DPE binary size, I found that the generate_new_handle function is several KiB. I assume the size is due to the constant time compare. I wonder if we could find a more compact implementation. Expecially since the comparison we do is fixed width, I assume there are additional optimizations that can be make.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant