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

HOL-Light/Autogen: Autogenerate zeta tables inside HOL-Light specs #868

Open
hanno-becker opened this issue Mar 11, 2025 · 0 comments
Open
Assignees

Comments

@hanno-becker
Copy link
Contributor

The HOL-Light specs for NTT, invNTT, and the mulcache computation all embed large arrays of constants into their specifications.

We should autogenerate those constants through autogen -- ideally in such a way that there's only a single core routine generating an array of integers, and multiple formatting routines exporting them to .ml / .c. This way, it's most apparent that the tables are indeed the same in spec and code.

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

No branches or pull requests

1 participant