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

take into account #spill/#unspill in sct checker #785

Merged
merged 4 commits into from
Apr 26, 2024
Merged

Conversation

bgregoir
Copy link
Contributor

No description provided.

let sx = Env.add_spill env x in
do_local venv sx in

let venv = List.fold_left do_spill venv (Sv.elements (spilled f)) in
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn’t there a Sv.fold operator?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes I will change that.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

tfaoliveira-sb added a commit to formosa-crypto/formosa-mlkem that referenced this pull request Apr 18, 2024
@vbgl
Copy link
Member

vbgl commented Apr 18, 2024

Why don’t we just get rid of these fishy spill/unspill stuff?

@vbgl vbgl merged commit afd947d into main Apr 26, 2024
1 check passed
@vbgl vbgl deleted the sct-spill-unspill branch April 26, 2024 12:46
@vbgl
Copy link
Member

vbgl commented Apr 26, 2024

I really feel that this spill/unspill feature is poorly designed and that there is wide room for improvement.

@bgregoir
Copy link
Contributor Author

Thank for the merge, I will be very happy to discuss of different possibilities for improvements.

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

Successfully merging this pull request may close these issues.

2 participants