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

Fix Kyber wrapper function to correct instruction count #47

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

mkannwischer
Copy link
Contributor

Our current unicorn code for counting instructions does not support more than 4 arguments. To work around that we have introduced wrappers with exactly 4 arguments.
Unfortunately, those included some initialization
that resulted in wrong instruction counts.

This commit removes the initalization and instead
allocates the required buffers statically.

Our current unicorn code for counting instructions does not
support more than 4 arguments. To work around that we have
introduced wrappers with exactly 4 arguments.
Unfortunately, those included some initialization
that resulted in wrong instruction counts.

This commit removes the initalization and instead
allocates the required buffers statically.
@mkannwischer mkannwischer merged commit 5dedf07 into main Jan 14, 2025
2 checks passed
@mkannwischer mkannwischer deleted the fix-kyber-wrappers branch January 14, 2025 13:40
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 this pull request may close these issues.

1 participant