-
Notifications
You must be signed in to change notification settings - Fork 16
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
Rewrite kyber extraction script in python #103
Conversation
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.
Thanks, certainly better than bash ...
Running ./extract_to_fstar.py
doesn't appear to do anything? Or is it trying to extract everything and is just slow? It should probably show a help message at the moment.
Anyway, we need to either get the cli output of the extraction command or some progress bar or something to know what's happening.
You should get the following output when running just that:
|
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.
Thanks, lets get it in.
No description provided.