Skip to content

Runtime moduli #134

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

Merged
merged 27 commits into from
Nov 21, 2022
Merged

Runtime moduli #134

merged 27 commits into from
Nov 21, 2022

Conversation

jellevos
Copy link
Contributor

This PR extends #130. It adds residues for moduli decided at run-time.

@jellevos jellevos marked this pull request as ready for review November 13, 2022 11:17
@@ -1,17 +1,62 @@
use crate::UInt;
Copy link
Member

Choose a reason for hiding this comment

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

This PR looks good aside from the use of the 2015 edition module style (i.e. mod.rs)

We've adopted the 2018 edition module style, where this file would be modular.rs.

Unfortunately I don't think they ever added a lint for mixed module styles.

Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Member

Choose a reason for hiding this comment

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

Oh ho, went looking for that the other day and didn't find it... weird

@tarcieri tarcieri merged commit 7052861 into RustCrypto:master Nov 21, 2022
@tarcieri
Copy link
Member

Will fix it up retroactively

@tarcieri tarcieri mentioned this pull request Feb 27, 2023
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.

3 participants